Writing a Fast Compiler - Marc Kerbiquet
I'm going to describe the various tricks I used to write fast compilers for my programming languages. By fast compilation, I mean compiling at least 500.000 lines of code per second (excluding blank lines and comments) on a single CPU core.
Topics: Programming
Entities: Programming