Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

YouTube

What Lies Beneath

Devoxx via YouTube

Overview

Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Explore the inner workings of Java program execution in this 47-minute Devoxx conference talk. Delve into the transformation process from Java source code to machine code and microcode, uncovering the various optimizations that occur along the way. Learn about tools and techniques for tracing the execution path, and witness how a simple program actually looks when it reaches the hardware level. Gain insights from experienced developers Maurice Naftalin and Dmitry Vyazelenko as they discuss interpreter output, benchmarking techniques, manual optimizations, JIT optimizations, memory hierarchy, and cache-friendliness. Discover the complexities of Java execution, from javac compilation to hardware implementation, and enhance your understanding of advanced Java technologies.

Syllabus

Intro
Dmitry Vyazelenko
What Lies Beneath
Executing
java ... -XX: +PrintInterpreter
Improving Our Program...?
How Not to Benchmark
Let's Benchmark!
Manual Optimisation
Without Inlining (-XX:-Inline)
With Inlining
JIT Optimisations
But Processors Got Better...
Bridging the Gap
The Memory Hierarchy
Measuring Cache-Friendliness
Primitive Array
Poor Unloved Linkedlist...
Conclusions From javac soup to hardware nuts, there's a lot of advanced technology here. And as everyone knows to the ignorant
Digging Deeper...

Taught by

Devoxx

Reviews

Start your review of What Lies Beneath

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.