[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Does pulling out locals from loops improve performance?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 19 Sep 2011 07:28:06 -0300
> P.S.: BTW Gavin has posted snippets of Lua 5.2 VM code, how is it
> possible? When I compiled Lua 5.2 beta with the standard makefile (mingw
> target on WinXP) it didn't build luac.exe. I thought it was because of
> the beta status, but maybe I'm missing something.
I don't know what happened but can you try this?
make "LUAC_T=luac.exe" luac.exe
Or add the line below to the end to the block for the mingw target?
$(MAKE) "LUAC_T=luac.exe" luac.exe