Implement BeamAsm – A JIT for Erlang/OTP

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