mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-01-10 06:30:41 +00:00
Tweaking the buffer sizes for 64K machines
This commit is contained in:
parent
9291cc42e8
commit
05689e2720
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user