Skip to content
X. Wang edited this page Jan 4, 2026 · 12 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 x86 Machine Code, C, or IR. It makes bytecode run much faster on a native machine. But it requires extra step of 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