▲ | gnurizen 4 days ago | ||||||||||||||||||||||
I wrote the code and the blog, happy to answer any questions/comments. Very eager to have folks try it out and give feedback! Like is my meme game strong or very strong? J/K There's some missing bits around FFI and callbacks (i.e. C calling function pointer that is a luajit generated stub back into the interpreter) and curious if anyone actually uses these things in OpenResty workloads. Deploy and enjoy! | |||||||||||||||||||||||
▲ | aktau 2 days ago | parent [-] | ||||||||||||||||||||||
I'd love to use this to profile Neovim, where (nowadays) user scripts are often written in Lua 5.1. Neovim by default embeds LuaJIT (close to HEAD). Being able to see Lua functions and C functions in the stack would be amazing. Is there a single-shot mode that I can use from the command-line? Something like:
Or:
| |||||||||||||||||||||||
|