Updated doc.
This commit is contained in:
parent
0030c0bc4f
commit
14a40ce979
@ -13,6 +13,13 @@
|
|||||||
* assert(foo.class_var == 5)
|
* assert(foo.class_var == 5)
|
||||||
*
|
*
|
||||||
* Instances *are* garbage collected.
|
* Instances *are* garbage collected.
|
||||||
|
*
|
||||||
|
* Class layout:
|
||||||
|
* __instances: weak-valued map from hash -> hash bucket
|
||||||
|
* hash buckets: weak-keyed map from instance userdata -> table of values
|
||||||
|
* __buckets: weak-keyed map from instance userdata -> hash bucket (used to manage hash bucket lifetimes)
|
||||||
|
* __fields: list of named fields
|
||||||
|
* __indices: map from field names to the index in the instance table where the value is stored
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "lua.h"
|
#include "lua.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user