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.
-
Notifications
You must be signed in to change notification settings - Fork 0
mrjameshamilton/java-llvm-helloworld
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Java Hello World, LLVM Edition