Compilation speeds are important for scripts, testing, iteration, etc, yet there are no really good compilation-speed benchmarks out there that I can find.
How hard would it be to measure and include compilation speed, or even "first run including compilation" or both? (The latter is better especially for comparing compiled and interpreted languages for single runs).
Compilation speeds are important for scripts, testing, iteration, etc, yet there are no really good compilation-speed benchmarks out there that I can find.
How hard would it be to measure and include compilation speed, or even "first run including compilation" or both? (The latter is better especially for comparing compiled and interpreted languages for single runs).