RE: unified methods
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: RE: unified methods
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2001年11月28日 16:46:23 -0200
>* 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