[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [LuaJIT] JIT bug when passing many function arguments?
- From: Wolfgang Pupp <wolfgang.pupp@...>
- Date: Wed, 8 Feb 2012 18:03:13 +0100
2012/2/8 Pierre Chapuis <catwell@archlinux.us>:
> I suspect this may be related to an unsolved bug I had:
> http://lua-users.org/lists/lua-l/2011-08/msg00595.html
>
> Maybe you should try with -O-fwd to confirm...
I played around with the optimization flags and it seems the loop-
optimization is the culprit: the code works with -O3 -O-loop
(significantly slower though: ~2.2s vs ~1.3s).