aboutsummaryrefslogtreecommitdiff
path: root/testes/cstack.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bug: stack overflow with nesting of coroutine.closeRoberto Ierusalimschy2022-10-251-0/+26
* Bug: C stack overflow with coroutinesRoberto Ierusalimschy2021-11-031-0/+14
* New test module 'tracegc'Roberto Ierusalimschy2021-03-011-4/+8
* 'coroutine.close'/'lua_resetthread' report original errorsRoberto Ierusalimschy2020-12-181-0/+4
* Avoid shrinking stacks to oftenRoberto Ierusalimschy2020-10-121-1/+49
* Revision of stackless implementationRoberto Ierusalimschy2020-10-121-107/+30
* Back to a stackless implementationRoberto Ierusalimschy2020-10-121-0/+2
* Fixed bug: wrong stack limit when entering a coroutineRoberto Ierusalimschy2020-07-131-0/+16
* C-Stack test does not assume minimum of 400 slotsRoberto Ierusalimschy2020-05-041-17/+26
* Comments (mosty typos)Roberto Ierusalimschy2019-12-301-5/+12
* 'setCstacklimit' renamed to 'setcstacklimit'Roberto Ierusalimschy2019-09-241-12/+12
* Small changes around C-stack limitRoberto Ierusalimschy2019-06-261-7/+21
* New function 'setCstacklimit'Roberto Ierusalimschy2019-06-181-0/+48
* Improvements in 'testes/cstack.lua'Roberto Ierusalimschy2019-06-031-12/+32
* Changes in the control of C-stack overflowRoberto Ierusalimschy2018-12-271-0/+62