lua-users home
lua-l archive

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


> i = 0x54 -- this is lua code bloat? It could have been i = 82

No, because there is no code that handles that explicitly in the lexer.
(There's one line in luaO_str2d in lobject.c.) Almost all the work is
handled by strtod.

OTOH, I'm no longer pushing the bloat argument...