Re: [ANN] Lua 5.2.0 (rc2) now available
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (rc2) now available
- From: Patrick Rapin <toupie300@...>
- Date: 2011年11月28日 17:22:39 +0100
> All feedback welcome. Thanks.
In my process of trying to compile Lua on various compilers, I found
that warning on IAR Embedded Workbench for ARM:
Warning[Pa082]: undefined behavior: the order of volatile accesses is
undefined in this statement ltable.c 82
Knowing that the order of evaluation is undefined scares me a little
bit, although it might me pointless.