BeamAsm (JIT for Erlang/OTP) Merged

This PR introduces BeamAsm, a JIT compiler for the Erlang VM.
Implementation
BeamAsm provides load-time conversion of Erlang beam instructions into native code on x86-64. This allows the loader to … Read more

Similar