mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-04-04 11:32:41 +00:00
Move PAD out of the way of JIT compiler usage
This commit is contained in:
parent
13f88a8ad3
commit
211ce933b2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1210,7 +1210,7 @@ def _fill_(a,b,c)#0
|
||||
memset(a, c | (c << 8), b)
|
||||
end
|
||||
def _pad_#1
|
||||
return heapmark + 512
|
||||
return heapmark + 768 // Make sure to avoid JIT heap usage
|
||||
end
|
||||
def _trailing_(a,b)#2
|
||||
while b and ^(a + b - 1) == ' '
|
||||
|
Loading…
x
Reference in New Issue
Block a user