Re: A crash test case for LuaJIT 2.1

  • From: Florian Weimer <fw@xxxxxxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Sat, 18 Jan 2014 14:08:48 +0100

* Mike Pall:

> LuaJIT 2.1 adds a trace stitching feature which allows traces to
> stop at a classic C function or a not-compiled built-in, return to
> the interpreter, run the C function or built-in and then start a
> new trace after it returns.

Could this be applied to FFI functions which are annotated with a "may
callback" attribute?

Other related posts: