479 Commits (38cc7d40a4bcb89314d212fdffd2ca8deebc3cb7)

Author SHA1 Message Date
Roberto Ierusalimschy bc970005ce '__close' methods can yield in the return of a C function 4 years ago
Roberto Ierusalimschy 4e47f81188 New implementation for to-be-closed variables 4 years ago
Roberto Ierusalimschy 2bfa13e520 Fixed some bugs around stack reallocation 4 years ago
Roberto Ierusalimschy 949187b049 Optimizations for line hook 4 years ago
Roberto Ierusalimschy 58aa09a0b9 Small improvements in hooks 4 years ago
Roberto Ierusalimschy 1f81baffad Janitorial work 4 years ago
Roberto Ierusalimschy 0e9254dfa0 Correct order of return hooks vs. close metamethods 4 years ago
Roberto Ierusalimschy 6ccd24eff5 Simpler handling of errors when creating tbc variables 4 years ago
Roberto Ierusalimschy d0f34d9137 Allow yields in '__close' metamethods ater errors 4 years ago
Roberto Ierusalimschy b07fc10e91 Allow yields inside '__close' metamethods 4 years ago
Roberto Ierusalimschy ce101dcaf7 Handles '__close' errors in coroutines in "coroutine style" 4 years ago
Roberto Ierusalimschy 4bd10b6fe8 Better error messages for calling non-callable objects 4 years ago
Roberto Ierusalimschy 6188f3a654 Reset thread before panicking 4 years ago
Roberto Ierusalimschy 7af27ef59d Cleaner handling of errors in '__close' metamethods 4 years ago
Roberto Ierusalimschy d282652561 Bug when growing a stack 4 years ago
Roberto Ierusalimschy 94cbe46511 Details 4 years ago
Roberto Ierusalimschy 171dcd7d74 'recover' finish of 'luaD_pcall' should follow the original 4 years ago
Roberto Ierusalimschy 5aa36e894f No more field 'lua_State.stacksize' 4 years ago
Roberto Ierusalimschy 9ecd446141 Avoid shrinking stacks to often 4 years ago
Roberto Ierusalimschy 490d42b5f8 Correct handling of 'luaV_execute' invocations 4 years ago
Roberto Ierusalimschy 287b302acb Revision of stackless implementation 4 years ago
Roberto Ierusalimschy 5d8ce05b3f Back to a stackless implementation 4 years ago
Roberto Ierusalimschy 34affe7a63 Fixed bug: 'luaD_callnoyield' called twice in a row 4 years ago
Roberto Ierusalimschy a2195644d8 Fixed bug: invalid 'oldpc' when returning to a function 4 years ago
Roberto Ierusalimschy e1d8770f12 Fixed bug: wrong stack limit when entering a coroutine 4 years ago
Roberto Ierusalimschy eb41999461 Fixed bugs of stack reallocation x GC 4 years ago
Roberto Ierusalimschy 314c6057b7 Avoid any code before locks in the API 4 years ago
Roberto Ierusalimschy 6298903e35 Keep minimum size when shrinking a stack 4 years ago
Roberto Ierusalimschy 17dbaa8639 Improvements in the handling of signals 5 years ago
Roberto Ierusalimschy 46c3587a6f Clearer distinction between types and tags 5 years ago
Roberto Ierusalimschy c1a63c45f8 '__call' metamethod can be any callable object 5 years ago
Roberto Ierusalimschy be73f72fcc New function 'setCstacklimit' 5 years ago
Roberto Ierusalimschy 3cd9b56ae6 Revamp around 'L->nCcalls' count 5 years ago
Roberto Ierusalimschy 0b63d79b36 Details 6 years ago
Roberto Ierusalimschy 3f253f116e Test for dead coroutine moved to 'lua_resume' 6 years ago
Roberto Ierusalimschy 389116d8ab Coroutines do not unwind the stack in case of errors 6 years ago
Roberto Ierusalimschy 0443ad9e28 LUAI_MAXCCALLS renamed LUAI_MAXCSTACK 6 years ago
Roberto Ierusalimschy 4ace93ca65 No more to-be-closed functions 6 years ago
Roberto Ierusalimschy ba7da13ec5 Changes in the control of C-stack overflow 6 years ago
Roberto Ierusalimschy fdc25a1ebf New functions 'lua_resetthread' and 'coroutine.kill' 6 years ago
Roberto Ierusalimschy 3b06f983ae Details 6 years ago
Roberto Ierusalimschy 7e63d3da02 Some bugs with stack reallocation by 'luaF_close' 6 years ago
Roberto Ierusalimschy 34840301b5 To-be-closed variables in the C API 6 years ago
Roberto Ierusalimschy c90176f969 Complete implementation of to-be-closed variables 6 years ago
Roberto Ierusalimschy bd96330d03 First "complete" implementation of to-be-closed variables 6 years ago
Roberto Ierusalimschy 4cd1f4aac0 Towards "to closed" local variables 6 years ago
Roberto Ierusalimschy b114c7d487 Added "cost" for the use of C stack by a coroutine invocation. 6 years ago
Roberto Ierusalimschy 96f9643f33 Bug: wrong 'nCcalls' when resuming a coroutine 6 years ago
Roberto Ierusalimschy 34aa0c5bd7 new macros 'likely'/'unlikely' with hints for jump predictions 7 years ago
Roberto Ierusalimschy 02ed0b2c30 in 'luaD_poscall', there is no need to compute 'firstResult' when 'nres==0' 7 years ago