Java Hello World, LLVM Edition
Link: https://www.javaadvent.com/2025/12/java-hello-world-llvm-edition.html
Discussion: https://news.ycombinator.com/item?id=46181076

Java Hello World, LLVM Edition - JVM Advent
After exploring Java bytecode in previous years (2022, 2023, 2024), this year we’ll take an unexpected detour for a Java advent: instead of generating Java bytecode, we’ll use Java to build and execute LLVM IR, the intermediate language behind compilers like clang. Using Java’s Foreign Function & Memory (FFM) API, we’ll call the LLVM C […]
www.javaadvent.com · JVM Advent
Link author:
Java Advent@javaadvent@foojay.social