comparison runtime/object.h @ 41:1b86a1ee500a

Added faster allocator for small objects
author Mike Pavone <pavone@retrodev.com>
date Sat, 10 Oct 2009 16:40:50 -0400
parents 789a146a48e1
children aabda74c7a88 b218af069da7
comparison
equal deleted inserted replaced
40:789a146a48e1 41:1b86a1ee500a
12 rhope_func *convert_to; 12 rhope_func *convert_to;
13 rhope_func *convert_from; 13 rhope_func *convert_from;
14 special_func init; 14 special_func init;
15 special_func copy; 15 special_func copy;
16 special_func cleanup; 16 special_func cleanup;
17 special_func free;
17 struct object *name; 18 struct object *name;
18 uint32_t first_methodid; 19 uint32_t first_methodid;
19 uint32_t last_methodid; 20 uint32_t last_methodid;
20 uint32_t first_getfieldid; 21 uint32_t first_getfieldid;
21 uint32_t last_getfieldid; 22 uint32_t last_getfieldid;