8000 java-llvm-helloworld/README.md at main · mrjameshamilton/java-llvm-helloworld · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 312 Bytes

File metadata and controls

6 lines (4 loc) · 312 Bytes

Java Hello World, LLVM Edition

A sample that demonstrates how to use the Java Foreign Function & Memory API by using the LLVM C API as an example. The small program generates an LLVM module with code to print "Hello, World!", JIT compiles it and executes it from Java using the FFM API to call the LLVM API.

0