-
Notifications
You must be signed in to change notification settings - Fork 0
Home
X. Wang edited this page Jan 4, 2026
·
12 revisions
Welcome to the compiler wiki!
This is a part of Java OS project. You can download jar file here. It compiles Java bytecode to x86 Machine Code, C, or IR. It makes bytecode run much faster on a native machine. But it requires extra step of compilation.
Run following command to get the source code:
git clone git://s55969da3.adsl.online.nl/jx/compiler.git
You can use NetBeans to edit this project.