-
Notifications
You must be signed in to change notification settings - Fork 0
Home
X. Wang edited this page Dec 24, 2025
·
13 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 Machine Code, C, and IR. It makes bytecode run much faster on native machine. But it requires extra 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.