From 07b43646542dc4926a5113a9157e995c22f12f72 Mon Sep 17 00:00:00 2001 From: "hyunghwan.chung" Date: Sun, 23 Jun 2019 14:53:01 +0000 Subject: [PATCH] late commit for uncommited changes in the previous commit. --- moo/lib/moo.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/moo/lib/moo.h b/moo/lib/moo.h index 0a86d18..2ba3772 100644 --- a/moo/lib/moo.h +++ b/moo/lib/moo.h @@ -1330,9 +1330,9 @@ 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; + /*int method_type; + moo_oop_class_t method_class;*/ }; typedef struct moo_method_cache_item_t moo_method_cache_item_t; @@ -1598,7 +1598,7 @@ struct moo_t moo_finalizable_t* last; } 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_ooi_t last_inst_pointer;