summaryrefslogtreecommitdiff
path: root/testes/calls.lua
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2022-10-31 15:06:20 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2022-10-31 15:06:20 -0300
commitee645472ebe153e2c6669c84a632297a8110bdb6 (patch)
tree13444ccb5fd4bfb04bc62e2c6b035d97eb979e8f /testes/calls.lua
parent413a393e6222482f46599e138bebac162610a572 (diff)
downloadlua-github-ee645472ebe153e2c6669c84a632297a8110bdb6.tar.gz
Stack reallocation done with a single realloc
To avoid the need of both the old and the new stack addresses valid at the same time, to correct the pointers to the stack, these pointers are changed to offsets before the reallocation and then changed back to pointers after the reallocation.
Diffstat (limited to 'testes/calls.lua')
0 files changed, 0 insertions, 0 deletions