[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (rc2) now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: Sat, 26 Nov 2011 11:42:27 -0200
> Lua 5.2.0 (rc2) compiles fine for Windows CE (and Win32 in same setup).
>
> Tried the test suite on Windows CE 6.0RC2, PXA270, 480MHz (with only
> about 23MB memory available)
> and a debug built lua.exe with -e"_U=true":
>
> os.setlocale"C" fails (my fault, to be investigated)
>
> After some minutes tests fail out of memory in "constructs.lua" six
> lines after "testing short-circuit optimizations"
It is possible that 'constructs.lua' needs more than 23MB to run. It
builds all combinations of some basic constructs; that may be quite
expensive.
-- Roberto