Hacker News new | ask | show | jobs
by mothergreen 574 days ago
Interesting read. Just one remark to the "Keeping the JVM Hot" Benchmark: Running the same Compilation Task on exactly the same input over and over again gives the Just in Time compiler of your Java runtime engine the chance to optimize for this specific task. This somehow spoils the idea of this benchmark because in a real world situation the source code changes between each compilation process.
1 comments

Yeah but only some lines will change , it will probably still be useful. That’s why there is gradle daemon etc