late commit for uncommited changes in the previous commit.

This commit is contained in:
hyunghwan.chung 2019-06-23 14:53:01 +00:00
parent ec262c4f68
commit 07b4364654

View File

@ -1330,9 +1330,9 @@ struct moo_method_cache_item_t
{ {
moo_oop_char_t selector; moo_oop_char_t selector;
moo_oop_class_t receiver_class; moo_oop_class_t receiver_class;
int method_type;
moo_oop_method_t method; moo_oop_method_t method;
moo_oop_class_t method_class; /*int method_type;
moo_oop_class_t method_class;*/
}; };
typedef struct moo_method_cache_item_t moo_method_cache_item_t; typedef struct moo_method_cache_item_t moo_method_cache_item_t;
@ -1598,7 +1598,7 @@ struct moo_t
moo_finalizable_t* last; moo_finalizable_t* last;
} finalizable; } finalizable;
moo_method_cache_item_t method_cache[MOO_METHOD_CACHE_SIZE]; moo_method_cache_item_t method_cache[2][MOO_METHOD_CACHE_SIZE];
moo_uintmax_t inst_counter; moo_uintmax_t inst_counter;
moo_ooi_t last_inst_pointer; moo_ooi_t last_inst_pointer;