the simple method cache seems working now. pending refinement

This commit is contained in:
hyunghwan.chung
2019-06-22 14:22:58 +00:00
parent b33e0744d2
commit ae20171772
4 changed files with 33 additions and 7 deletions

View File

@ -1508,6 +1508,9 @@ moo_pfbase_t* moo_getpfnum (
moo_ooi_t* pfnum
);
void moo_clearmethodcache (
moo_t* moo
);
moo_oop_method_t moo_findmethod (
moo_t* moo,
moo_oop_t receiver,