aboutsummaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2013-12-29 16:43:40 +0100
committerDrahflow <drahflow@gmx.de>2013-12-29 16:43:40 +0100
commit665ecd4b714771b2e69384991a1043bcfcde3f72 (patch)
tree6e81d329d222e50f56d62bacbb61cf14ee55394d /compiler
parentd245b90de88b762f65a5007c1776206dc7cd72dc (diff)
Memory footprint reduced to ~10%
Diffstat (limited to 'compiler')
-rw-r--r--compiler/elymasAsmLib.ey4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/elymasAsmLib.ey b/compiler/elymasAsmLib.ey
index 879efe5..b1d87c3 100644
--- a/compiler/elymasAsmLib.ey
+++ b/compiler/elymasAsmLib.ey
@@ -80,8 +80,8 @@
{ %00 %00 %00 %00 %00 %60 %00 %00 } /HEAPBASE deff
{ %00 %00 %00 %00 %00 %50 %00 %00 } /BLOCKBASE deff
{ %00 %00 %00 %00 %00 %40 %00 %00 } /MARKBASE deff
- # 4096 16 mul 8 mul ==ALLOCCHUNKSIZE # minimum ALLOCCHUNKSIZE
- 4096 16 mul 8 mul 64 mul ==ALLOCCHUNKSIZE # FIXME: there is still some wonkyness with freezing
+ 4096 16 mul 8 mul ==ALLOCCHUNKSIZE # minimum ALLOCCHUNKSIZE
+ # 4096 16 mul 8 mul 64 mul ==ALLOCCHUNKSIZE # FIXME: there is still some wonkyness with freezing
<
# current end of heap memory (grows upwards)