lua-users home
lua-l archive

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


> If I try to work it out and add a REGISTER_STACK_SIZE macro in luaconf.h
> would you merge the changes into the main distribution?

Theoretically, you should be able to change the size of registers
changing only the type Instruction in llimits.h (to "long long", say)
plus some constants in lopcodes.h (SIZE_C, SIZE_B, SIZE_A). Have you
tried that?

-- Roberto