mirror of
https://github.com/dschmenk/PLASMA.git
synced 2026-04-20 01:16:36 +00:00
Remove unneeded initialization for gc_trigger
This commit is contained in:
Binary file not shown.
@@ -1837,11 +1837,5 @@ new_sym("CHARS")=>natv = @natv_chars
|
||||
new_sym("ASCII")=>natv = @natv_ascii
|
||||
//new_sym("SYMS")=>natv = @natv_syms
|
||||
tempstr = heapalloc(256)
|
||||
|
||||
//
|
||||
// Set GC trigger to ~8% of available memory
|
||||
//
|
||||
|
||||
gc_trigger = heapavail >> GC_SHIFT_AVAIL
|
||||
return modkeep | modinitkeep
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user