Roland Westrelin
Roland Westrelin's contributions
Optimize loops with long variables in Java
Roland Westrelin
Optimizations in the HotSpot virtual machine that used to work only for int variables now work also for long.
Range check elimination in loops in OpenJDK's HotSpot JVM
Roland Westrelin
Dive into how the HotSpot JVM improves your Java application's performance by eliminating range checks and cleverly optimizing loops.
Runtime profiling in OpenJDK's HotSpot JVM
Roland Westrelin
Discover how runtime profiling in OpenJDK's HotSpot JVM improves speculation and contributes to optimization in this Red Hat guide with illustrated benefits.
How the JIT compiler boosts Java performance in OpenJDK
Roland Westrelin
Learn how HotSpot's multi-tiered execution system uses the interpreter, quick compiler, and optimizing compiler to help enhance Java's performance in OpenJDK.
Optimize loops with long variables in Java
Roland Westrelin
Optimizations in the HotSpot virtual machine that used to work only for int variables now work also for long.
Range check elimination in loops in OpenJDK's HotSpot JVM
Roland Westrelin
Dive into how the HotSpot JVM improves your Java application's performance by eliminating range checks and cleverly optimizing loops.
Runtime profiling in OpenJDK's HotSpot JVM
Roland Westrelin
Discover how runtime profiling in OpenJDK's HotSpot JVM improves speculation and contributes to optimization in this Red Hat guide with illustrated benefits.
How the JIT compiler boosts Java performance in OpenJDK
Roland Westrelin
Learn how HotSpot's multi-tiered execution system uses the interpreter, quick compiler, and optimizing compiler to help enhance Java's performance in OpenJDK.