Hacker News new | ask | show | jobs
by brrt 2340 days ago
LuaJIT is an example of what happens if you do this right :-)
1 comments

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.