lua-users home
lua-l archive

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


> > I am using LUA on Handheld Pocket PC based device. When i try to load
> > a file which has around 500 local variables, the lua loadfile
> > function throws the above error?
> 
> My understanding is that the Lua VM has a limited number of registers
> (into which locals are placed), and the compiler has no mechanism to
> spill excess elsewhere (in order to simplify the register allocator).
> I may be hopelessly confused, however.

You are not.

-- Roberto