mirror of https://github.com/lua/lua.git
Browse Source
Macro 'checkstackGC' was doing a GC step after resizing the stack; the GC could shrink the stack and undo the resize. Moreover, macro 'checkstackp' also does a GC step, which could remove the preallocated CallInfo when calling a function. (Its name has been changed to 'checkstackGCp' to emphasize that it calls the GC.)pull/24/head
Roberto Ierusalimschy
4 years ago
4 changed files with 14 additions and 11 deletions
Loading…
Reference in new issue