luajit2 中的 lua 通道
有没有办法在 lanes 库luajit.org/" rel="nofollow">luajit 2 ?
据我所知,luajit有一个限制 lua_dump() 不支持c-api函数。还有其他方法来获取给定函数的代码块吗?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
状态更新:我最近碰巧正在研究同样的问题。
来自几天前的 lua-list: Lanes 3.0 beta 已经发布,并且支持 LuaJIT 2
公告链接
Status update: I happened to be looking into the same issue recently.
From the lua-list a few days ago: Lanes 3.0 beta is out, and supporting LuaJIT 2
link to announcement
Lanes 的维护者最近写了关于 LuaJIT2 状态的这条消息 ;摘要:它还没有工作。
同一个线程有一些链接到 lua-llthreads 和 lua-zmq 与 LuaJIT2 配合使用,您可能会感兴趣。
The maintainer of Lanes recently wrote this message about LuaJIT2 status; summary: it's not working yet.
That same thread has some links to lua-llthreads and lua-zmq that work with LuaJIT2 and may be of interest to you.