Skip to content
/ Spe Public

JIT Compile your java methods using LLVM

License

Notifications You must be signed in to change notification settings

TheMode/Spe

Repository files navigation

Spe

The goal of this project is to compile independent parts of your code into LLVM IR and interact with it directly from a Java interface. This should in theory allow applications to both take advantage of the JVM's flexibility, while having some highly specialized (and hot) code that could take advantage of AOT compiling.

This can be seen as the JVM version of Unity burst compiler

Contributions are highly encouraged, especially if you know things about compilers :)

About

JIT Compile your java methods using LLVM

Resources

License

Stars

Watchers

Forks

Languages