Re: A crash test case for LuaJIT 2.1

  • From: Mike Pall <mike-1401@xxxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Sat, 18 Jan 2014 11:44:10 +0100

Konstantin Olkhovskiy wrote:
> 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)?

Nope. Disabled means disabled.

--Mike

Other related posts: