the simple method cache seems working now. pending refinement
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user