From c85e07b7eea77fdb8893a83001517a979ca15dfc Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Sat, 18 Jan 2014 23:02:08 +0900 Subject: [PATCH] shrink default pool/irep size --- include/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/config.h b/include/config.h index 6bf3818c..79842e35 100644 --- a/include/config.h +++ b/include/config.h @@ -25,8 +25,8 @@ #define PIC_GLOBALS_SIZE 1024 #define PIC_MACROS_SIZE 1024 #define PIC_SYM_POOL_SIZE 128 -#define PIC_IREP_SIZE 256 -#define PIC_POOL_SIZE 1024 +#define PIC_IREP_SIZE 8 +#define PIC_POOL_SIZE 8 #define PIC_ISEQ_SIZE 1024 /* enable all debug flags */