| commit | dbbe0f7971dfe89368224010352d2c08d13ef44f | [log] [tgz] |
|---|---|---|
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | Tue Jul 07 17:38:29 2020 -0300 |
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | Tue Jul 07 17:38:29 2020 -0300 |
| tree | 4aedc09477bda5f47ac6d5370e00c078810c468d | |
| parent | 0ca522c254911aed6657134959d4f7017dd853e3 [diff] |
Fixed bug in 'checkstackp' The macro 'checkstackp' can run a GC step and destroy a preallocated CallInfo. It has been renamed to 'checkstackGCp' to hint of this collateral effect.