[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [LuaJIT FFI] [Windows] "bad callback" error in MsgWaitForMultipleObjects() proof-of-concept
- From: Mike Pall <mikelu-1112@...>
- Date: Fri, 23 Dec 2011 22:33:56 +0100
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