lua-users home
lua-l archive

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


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