From c9fe903fe15e601900ec17ae40fe82b0d2dc4978 Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Sun, 12 Aug 2012 01:59:18 +0900 Subject: now segmented list can be used as instance variable tables by -DMRB_USE_IV_SEGLIST; we still need to measure the performance and memory consumption --- include/mrbconf.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/mrbconf.h') diff --git a/include/mrbconf.h b/include/mrbconf.h index 20f49ec29..693e7da88 100644 --- a/include/mrbconf.h +++ b/include/mrbconf.h @@ -19,7 +19,10 @@ /* number of object per heap page */ //#define MRB_HEAP_PAGE_SIZE 1024 -/* initial size for IV khash */ +/* use segmented list for IV table */ +//#define MRB_USE_IV_SEGLIST + +/* initial size for IV khash; ignored when MRB_USE_IV_SEGLIST is set */ //#define MRB_IV_INITIAL_SIZE 8 /* default size of khash table bucket */ -- cgit v1.2.3