|
|
|
|
|
by barrkel
3562 days ago
|
|
You can make codegen faster by doing less work and producing less sophisticated code. You can't not look at every byte. It's the limiting factor in fastest possible compilation, not what takes the most time in most production compilers. |
|