When one speaks of "GHC performance" this could refer to one of two things,
- Runtime performance: The efficiency of the code produced by GHC
- Compiler performance: The efficiency of GHC itself as it compiles a program.
When one speaks of "GHC performance" this could refer to one of two things,