Skip to content
X. Wang edited this page Dec 24, 2025 · 13 revisions

Welcome to the compiler wiki!

Compiler

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.

Build

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.

Clone this wiki locally