work in progress. implementing method lookup cache
This commit is contained in:
@ -1330,6 +1330,7 @@ struct moo_method_cache_item_t
|
||||
{
|
||||
moo_oop_char_t selector;
|
||||
moo_oop_class_t receiver_class;
|
||||
int method_type;
|
||||
moo_oop_method_t method;
|
||||
moo_oop_class_t method_class;
|
||||
};
|
||||
|
Reference in New Issue
Block a user