lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Ignacio Burgueño wrote:
> Does this mean that there's no way to code a Windows application with
> LuaJIT and have the code be jit-compiled? Since all the actual work will be
> done in lpfnWndProc or some other function called from there.

Err, no. Read my message again. It's about the outer message loop
itself, which takes close to zero time. lpfnWndProc can and will
be compiled.

--Mike