Re: [ANN] Lua 5.3.0 (work2) now available
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] Lua 5.3.0 (work2) now available
- From: Enrico Colombini <erix@...>
- Date: 2014年3月23日 10:34:21 +0100
On 22/03/2014 19.30, Roberto Ierusalimschy wrote:
Can someone suggest a reasonable way to "fix" it without making the code
uglier and/or generating useless code?
Rewriting Lua in C# and using "out" parameters? ;-)
I too like zero-warning compilation, but in this case I would just put a
comment in the code (as others seem to have done).
(I have just seen avr-gcc with -O3 'de-optimize' my code by adding extra
jmp instructions, so I am not in a mood to like that optimization level)
--
Enrico