Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

lua-lanes in luajit2

Is there a way to use lanes library inside luajit 2 ?

As far as I got, there is a limitation in luajit that lua_dump() c-api function is not supported. Is there some other way to get code chunk of given function ?

like image 976
Alex Avatar asked Jun 29 '26 08:06

Alex


2 Answers

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

like image 173
simon Avatar answered Jul 02 '26 02:07

simon


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.

like image 40
Doug Currie Avatar answered Jul 02 '26 01:07

Doug Currie



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!