In early 2018, Ruby core team merged JIT compiler infrastructure called “MJIT”, which is created by Vladimir Makarov and uses C compiler to generate native code and loads a shared object file dynamically, along with my JIT compiler that is implemented on MJIT and Ruby 2.5-compatible Virtual Machine. The method JIT compiler for Ruby 2.6
This month, I merged the Ruby's first JIT compiler.medium.com Fortunately my…