shrink default pool/irep size

This commit is contained in:
Yuichi Nishiwaki 2014-01-18 23:02:08 +09:00
parent 1aa35891ad
commit c85e07b7ee
1 changed files with 2 additions and 2 deletions

View File

@ -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 */