Understanding How Graal Works – A Java JIT Compiler Written in Java
These are the notes for a talk I gave at JokerConf 2017, which is why they’re written as if we were talking and going through some slides together. (more…)
Read more »This article explores JDK 21’s virtual threads, comparing their performance with Open Liberty’s thread pool. It covers key findings like throughput, ramp-up times, and memory footprint. Despite advantages, virtual threads showed unexpected performance iss… Read more