1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2026-04-20 16:16:34 +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.
+1 -1
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) == ' '