Context and Motivation The current article describes a series of Java Virtual Machine (JVM) Just In Time (JIT) Compilers micro-benchmarks and their results, relying on different optimization patterns or intrinsics support. For the current issue, I included two compilers from OpenJDK 64-Bit Server VM version (build 13+33) C1/C2 JIT Graal JIT From my point of view,…
Tag: vectorization
JVM JIT Compilers Benchmarks Report 19.04
Context and Motivation The current article describes a series of Java Virtual Machine (JVM) Just In Time (JIT) Compilers benchmarks and their results, relying on different optimization patterns. For the current issue I included only two compilers: Oracle HotSpot C1/C2 JIT Oracle HotSpot Graal JIT In the future, I might extend it to Eclipse OpenJ9, Azul…