An open API service indexing awesome lists of open source software.

https://github.com/taylordotfish/jx86

Toy Java bytecode interpreter and x86-64 compiler
https://github.com/taylordotfish/jx86

compiler interpreter java java-bytecode

Last synced: about 1 month ago
JSON representation

Toy Java bytecode interpreter and x86-64 compiler

Awesome Lists containing this project

README

          

jx86
====

This is a toy interpreter and x86-64 ahead-of-time compiler for Java bytecode
(.class files).

Building
--------

Run `make`, or `make -j` to compile with `` processes in parallel. You’ll
need a version of GCC capable of compiling C++17. Once the build succeeds, you
can run `./build/jx86`.

License
-------

jx86 is licensed under version 3 or later of the GNU Affero General Public
License. See [LICENSE](LICENSE).