lua-users home
lua-l archive

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


Hello, Lua Hackers,

2011/1/23 Sean Bolton <sean@smbolton.com>
I've tried to figure out a fix, but I don't understand
Lua internals enough yet.  I have found that the attached
patch fixes all three of the problem expressions, but
does so by disabling the optimization normally done to
them. In other words, it causes the compiler to emit
larger, slower, but apparently correct, code.

I got a shorter patch, for 5.1.4, but I don't have confidence 
that this is correct for other cases.

Ryota Hirose

Attachment: lcode.c.diff
Description: Binary data