Slide 9
Slide 9 text
// Cloud Native Night Munich // Efficient DevOps Tooling with Java and GraalVM // @LeanderReimer #cloudnativenerd #qaware
GraalVM in a Nutshell
• Polyglot Runtime: runs all JVM languages, R, JavaScript, NodeJS,
Ruby, Python, C/C++ via LLVM with full interop
• Ahead-of-time (AOT) Compilation: memory management, thread
scheduling via SubstrateVM
• GraalVM as a Platform: embed and extend GraalVM with Truffle,
implement your own language and tools
9