attempting to implement a simple method lookup cache. work in progress

This commit is contained in:
hyunghwan.chung
2019-06-22 02:02:59 +00:00
parent a8c18f525b
commit e6747b21b8
5 changed files with 100 additions and 16 deletions

View File

@ -1511,7 +1511,7 @@ moo_pfbase_t* moo_getpfnum (
moo_oop_method_t moo_findmethod (
moo_t* moo,
moo_oop_t receiver,
const moo_oocs_t* message,
moo_oop_char_t selector,
int super
);