lua-users home
lua-l archive

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


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).