mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-01-10 06:30:41 +00:00
Tune buffer sizes so 64K machine can optimize
This commit is contained in:
parent
05689e2720
commit
de74f13099
BIN
PLASMA-BLD1.PO
BIN
PLASMA-BLD1.PO
Binary file not shown.
@ -484,7 +484,7 @@ def init_idglobal#0
|
||||
if isult(heapavail, $8000)
|
||||
tag_num = TAGNUM/2
|
||||
fixup_num = FIXUPNUM/2
|
||||
globalbufsz = IDGLOBALSZ/2
|
||||
globalbufsz = IDGLOBALSZ
|
||||
localbufsz = IDLOCALSZ/2
|
||||
fin
|
||||
tag_addr = heapalloc(tag_num*2)
|
||||
|
@ -418,10 +418,8 @@ if ^arg and ^(arg + 1) == '-'
|
||||
//
|
||||
// Load optimizer module here
|
||||
//
|
||||
if MACHID & $30 == $30
|
||||
if cmdsys:modexec("CODEOPT") >= 0
|
||||
outflags = outflags | OPTIMIZE
|
||||
fin
|
||||
if cmdsys:modexec("CODEOPT") >= 0
|
||||
outflags = outflags | OPTIMIZE
|
||||
fin
|
||||
if not (outflags & OPTIMIZE)
|
||||
puts("\nOptimizer disabled\n")
|
||||
|
Loading…
x
Reference in New Issue
Block a user