GraalVM with Thomas Wuerthinger

03/08/2018 48 min
GraalVM with Thomas Wuerthinger

Listen "GraalVM with Thomas Wuerthinger"

Episode Synopsis

Java programs compile into Java bytecode. Java bytecode executes in the Java Virtual Machine, a runtime environment that compiles that bytecode further into machine code, and optimizes the runtime by identifying “hot” code paths and keeping those hot code paths executing quickly. The Java Virtual Machine is a popular platform for building languages on top
The post GraalVM with Thomas Wuerthinger appeared first on Software Engineering Daily.