logoalt Hacker News

pjmlptoday at 8:18 AM1 replyview on HN

That is hardly novel, here is the thesis for the Oberon multithreaded compiler from 2003.

https://www.research-collection.ethz.ch/entities/publication...

C# compiler is also fully multithreaded since the Roslyn rewrite in 2016.


Replies

melodyogonnatoday at 9:06 AM

The novelty is in parrelizing LLVM, which is traditionally a single-thread code generator.

show 1 reply