Re: LuaJIT2 FFI 2D VLA causing massive runtime memory usage growth
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: LuaJIT2 FFI 2D VLA causing massive runtime memory usage growth
- From: Mike Pall <mikelu-1102@...>
- Date: 2011年2月23日 10:24:37 +0100
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