Update main app to use new gc_init() prototype w/ separate Gen-0 size.

This commit is contained in:
Jesse D. McDonald 2010-04-10 03:15:34 -05:00
parent 632ac19adf
commit 7a651dc9d1
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ int main(int argc, char **argv)
}
#endif
gc_init(8*1024*1024, 16*1024*1024);
gc_init(6*1024*1024, 10*1024*1024, 16*1024*1024);
builtin_init();
interpreter_init();
@ -95,7 +95,7 @@ int main(int argc, char **argv)
nl();
}
#if 0
#if 1
nl();
fflush(stdout);