Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 368 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 368 Bytes

ocamlpypy

ocamlpypy is a fast JIT compiler for Ocaml bytecode that uses PyPy metatracing JIT compiler.

It is currently much faster than ocamlrun, and faster than ocamlopt on some tests (!), but there is still a lot to improve.

Building and running

pypy ~/apps/pypy/rpython/bin/rpython -Ojit bytecode.py
ocamlc foo.ml -o foo.byte
./bytecode-c foo.byte