|
|
|
|
|
by Locke1689
3436 days ago
|
|
It depends on what you mean by parallel. Certainly the Roslyn C# compiler is highly parallel. All files are parsed in parallel, then all classes are bound (semantically analyzed) in parallel, then the IL serialization phase is sequential. |
|
Across different machines, not cores on ^a^ chip?