lua-users home
lua-l archive

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


Egor, list,

Egor Skriptunoff <egor.skriptunoff@gmail.com>:
> "__index" metamethods for "type-shared metatables" are better to make local (per chunk) instead of global (per VM)

[shamelessly inserts 5 kopeks] Make it per-thread and we have a deal.
G(L)->mt => L->mt. Grows each thread by 9 words but opens a world of
possibilities.

> and make accessible without the debug library.

I think I'll pass on this one.

Best regards,

-- 
DoubleF