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:
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) == ' '
|
||||
|
||||
Reference in New Issue
Block a user