Hacker News new | ask | show | jobs
by jashmatthews 2343 days ago
I’m building a tracing JIT for CRuby based on some ideas from LuaJIT, including trace stitching.

One major issue is the optimization scope is limited by how root traces are formed. This is fine in Lua but a much bigger issue for Ruby.