Post #1307298
2026-04-15 11:51 UTC
Replies (3)
-
@ltratt@mastodon.social 2026-04-15 11:51
This isn't just a technique for Lua, though -- it works for any C interpreter compilable with LLVM! More about how and why in this new post 'Retrofitting JIT Compilers into C Interpreters' looking at our new 'yk' system. https://tratt.net/laurie/blog/2026/retrofitting_jit_compilers_into_c_interpreters.html
-
@ltratt@mastodon.social 2026-04-15 11:54
I want to say a big thanks to Shopify and the Royal Academy of Engineering who graciously funded this research. I'd like to dedicate this work to the late Chris Seaton, who was an early champion of yk: he is much missed by me and many others.
-
@antopatriarca@mathstodon.xyz 2026-04-15 13:28
@ltratt@mastodon.social Interesting article. But what actually surprised me the most is the performance difference, even before your JIT, between Lua and micropython. It is huge!