From 0a92fcb489f882370baeb5f30c39c6815985a1cd Mon Sep 17 00:00:00 2001 From: Drahflow Date: Mon, 22 Jun 2015 15:11:49 +0200 Subject: Some huge scope tests... --- TODO | 1 + compiler/elymasAsmLib.ey | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 9e64e29..7dd7a40 100644 --- a/TODO +++ b/TODO @@ -5,6 +5,7 @@ * hunt the }"s down * don't allocate ints for syscalls if not necessary * *THISSCOPE could also work with PUSH +* handle huge objects better (and move them out of linear heap space) * utf8 * regex substitution * asm-based regex engine diff --git a/compiler/elymasAsmLib.ey b/compiler/elymasAsmLib.ey index a8f0987..156dc75 100644 --- a/compiler/elymasAsmLib.ey +++ b/compiler/elymasAsmLib.ey @@ -99,7 +99,7 @@ 1 ==INITIALEXTENSIONSIZE 1 ==INITIALNAMETABLESIZE - 32 ==FREELISTCOUNT + 64 ==FREELISTCOUNT 4096 ==MARKANDSWEEPCOST < -- cgit v1.2.3