|
|
|
|
|
by thesz
134 days ago
|
|
We are talking about compiler here and "performance" referred above is the performance of generated code. When you are optimizing a program, you have a specific part of code to improve. The part can be found with profiler. When you are optimizing a compiler generated code, you have many similar parts of code in many programs and not-so-specific part of compiler that can be improved. |
|