Cloud Engineering Archives - Software Engineering Daily cover image

Improved Java Performance Sans Code Changes with Simon Ritter

Cloud Engineering Archives - Software Engineering Daily

00:00

The JVM Hotspot

The JVM uses a just-in-time compilation system to compile code. This means it doesn't have to do all the interpreting every time, which can be very inefficient. The idea of hotspot was to identify methods that are getting called frequently and then compile them into native instructions so they're used more often. It also reduces garbage collection by doing work while still running an application.

Transcript
Play full episode

The AI-powered Podcast Player

Save insights by tapping your headphones, chat with episodes, discover the best highlights - and more!
App store bannerPlay store banner
Get the app