lua-users home
lua-l archive

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


I've been using Lua since a few years now and someone asked me to solve an error for him
"control structure too long", I looked it up via Google and the source code but couldn't really determine why it pops up.

All I know is that it comes from
static void fixjump (FuncState *fs, int pc, int dest)
if some offset it too big.

Can anyone give me an explanation of the error?