1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-06-11 23:29:29 +00:00

Move PAD out of the way of JIT compiler usage

This commit is contained in:
dschmenk 2024-02-05 15:07:16 -08:00
parent 13f88a8ad3
commit 211ce933b2
6 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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) == ' '