lua-users home
lua-l archive

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


> 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