Re: A crash test case for LuaJIT 2.1

  • From: Konstantin Olkhovskiy <lupus@xxxxxxxxxx>
  • To: luajit <luajit@xxxxxxxxxxxxx>
  • Date: Sat, 18 Jan 2014 00:36:00 +0400

17 янв. 2014 г. 18:16 пользователь "Mike Pall" <mike-1401@xxxxxxxxxx>
написал:
> 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.

This sounds promising. Will it also 'trace around' jit-disabled functions
(e.g. ones containing jit.off(true) inside)?

Other related posts: