lua-users home
lua-l archive

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


Johnson Lin wrote:
> The only case LuaJIT lost to gcc -O3 compiled version was the first
> one: glVertex3f calls, since that's one call per cell to a NYI C
> function.

That NYI should be fixed with latest git HEAD, too.

--Mike