lua-users home
lua-l archive

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


>* Save massive amounts of memory by sharing the same method table among
>multiple objects.  This is as opposed to the current table mechanism
>where every table has to have a copy of the functions.

The current tag method mechanism implemented in Lua is based on tags.
Objects have tags not tables.
--lhf