Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug: stack overflow with nesting of coroutine.close | Roberto Ierusalimschy | 2022-10-25 | 1 | -0/+26 |
* | Bug: C stack overflow with coroutines | Roberto Ierusalimschy | 2021-11-03 | 1 | -0/+14 |
* | New test module 'tracegc' | Roberto Ierusalimschy | 2021-03-01 | 1 | -4/+8 |
* | 'coroutine.close'/'lua_resetthread' report original errors | Roberto Ierusalimschy | 2020-12-18 | 1 | -0/+4 |
* | Avoid shrinking stacks to often | Roberto Ierusalimschy | 2020-10-12 | 1 | -1/+49 |
* | Revision of stackless implementation | Roberto Ierusalimschy | 2020-10-12 | 1 | -107/+30 |
* | Back to a stackless implementation | Roberto Ierusalimschy | 2020-10-12 | 1 | -0/+2 |
* | Fixed bug: wrong stack limit when entering a coroutine | Roberto Ierusalimschy | 2020-07-13 | 1 | -0/+16 |
* | C-Stack test does not assume minimum of 400 slots | Roberto Ierusalimschy | 2020-05-04 | 1 | -17/+26 |
* | Comments (mosty typos) | Roberto Ierusalimschy | 2019-12-30 | 1 | -5/+12 |
* | 'setCstacklimit' renamed to 'setcstacklimit' | Roberto Ierusalimschy | 2019-09-24 | 1 | -12/+12 |
* | Small changes around C-stack limit | Roberto Ierusalimschy | 2019-06-26 | 1 | -7/+21 |
* | New function 'setCstacklimit' | Roberto Ierusalimschy | 2019-06-18 | 1 | -0/+48 |
* | Improvements in 'testes/cstack.lua' | Roberto Ierusalimschy | 2019-06-03 | 1 | -12/+32 |
* | Changes in the control of C-stack overflow | Roberto Ierusalimschy | 2018-12-27 | 1 | -0/+62 |