A Peek Inside the JIT
Just as a database creates an execution plan to run your SQL queries, the just-in-time (JIT) compiler analyzes your Java code to determine how to best to run your code. And just as with a database where understanding indexes is important to achieving performance, there are a few core concepts that are important to understanding Java performance as well.
In this talk, we'll explore the way JIT examines a piece of code in detail, learning not just about the optimizations that the JIT performs but the hazards that get in its way. In the end, you'll learn how to work with the JIT so you can write faster code with less effort.
About Douglas Hawkins
Douglas Hawkins has been passionately developing software for the past 20 years.
Throughout Doug's career, he has focused on creating performance intensive applications
in Java ranging from bioinformatics to financial exchanges.
After 10 years as a Java developer, Doug transitioned to working on Azul's Java Virtual Machine.
Today, Doug continues his interest in building performance tools for developers as the
Lead Developer of Datadog's Java Application Performance Monitoring.
While Doug's passion for developing software remains, his true passion is in sharing his
interest in low-level details and JVM performance with others.