Hacker News with Generative AI: LuaJIT

A Walk with LuaJIT (polarsignals.com)
The following is a chronicle of implementing a general purpose zero-instrumentation BPF based profiler for LuaJIT.
LuaJIT PR: Add Support for RISC-V 64 (github.com/LuaJIT)
This patchset adds full interpreter and backend support for RISC-V 64 G(IMAFD) with LP64D ABI on Linux, with compile-time/runtime extension support for RVC, Zba, Zbb, Zicond, XTheadBa, XTheadBb, XTheadCondMov and XTheadMac.
Parseback: A pure-Lua introspection library for LuaJIT's FFI ctype objects (github.com/javierguerragiraldez)