1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2026-04-20 01:16:36 +00:00

Tweaking the buffer sizes for 64K machines

This commit is contained in:
David Schmenk
2018-01-15 19:57:42 -08:00
parent 9291cc42e8
commit 05689e2720
+2 -2
View File
@@ -481,10 +481,10 @@ def init_idglobal#0
fixup_num = FIXUPNUM
globalbufsz = IDGLOBALSZ
localbufsz = IDLOCALSZ
if isult(heapavail, $4000)
if isult(heapavail, $8000)
tag_num = TAGNUM/2
fixup_num = FIXUPNUM/2
globalbufsz = IDGLOBALSZ/4
globalbufsz = IDGLOBALSZ/2
localbufsz = IDLOCALSZ/2
fin
tag_addr = heapalloc(tag_num*2)