A Bootiful Podcast

Oracle VP and GraalVM founder Thomas Wuerthinger

8 snips
Oct 16, 2025
In this engaging discussion, Thomas Wuerthinger, Oracle VP and founder of GraalVM, shares insights on cutting-edge technology in virtual machines and compilers. He delves into GraalVM's impressive features like fast native image compilation and polyglot support. The conversation explores embedding Python within Java, the transformative potential of WebAssembly, and the innovative Project Crema for dynamic loading. Wuerthinger also touches on GPU offloading with TornadoVM and shares his journey in compiler development, highlighting the future of multilingual VMs.
Ask episode
AI Snips
Chapters
Transcript
Episode notes
INSIGHT

Fast Native Compilation For Spring Apps

  • GraalVM now compiles Spring applications to native images in about 30 seconds, improving startup and memory footprint significantly.
  • Thomas Wuerthinger says these improvements are practical and reduce development hurdles for production use.
INSIGHT

Single-Process Python And Java Integration

  • GraalVM runs Python and Java in the same process with the same VM, threads, and heap for uniform execution.
  • Thomas claims this yields faster, more secure, and self-contained deployments than separate Python services.
INSIGHT

WebAssembly Target For Spring Native Images

  • Native Image can target machine code or WebAssembly, enabling Spring apps to run in browsers and Node.js.
  • Thomas frames this as protecting developer investment by providing multiple target architectures.
Get the Snipd Podcast app to discover more snips from this episode
Get the app