Roberto Ierusalimschy 9e6807c3c9 Do not collect open upvalues
Open upvalues are kept alive together with their corresponding
stack. This change makes a simpler and safer fix to the issue in
commit 440a5ee78c, about upvalues in the list of open upvalues
being collected while others are being created. (That previous fix
may not be correct.)
2019-07-22 09:41:10 -03:00
2018-10-25 15:30:15 -03:00
2019-07-05 15:03:15 -03:00
2019-04-24 14:41:41 -03:00
2019-06-04 11:22:21 -03:00
2019-07-17 14:26:56 -03:00
2019-06-03 11:36:42 -03:00
2019-07-22 09:41:10 -03:00
2019-07-22 09:41:10 -03:00
2019-07-22 09:41:10 -03:00
2019-07-05 15:03:15 -03:00
2019-06-03 11:36:42 -03:00
2019-07-19 09:43:35 -03:00
2019-07-19 11:12:31 -03:00
2019-07-17 14:26:56 -03:00
2019-07-17 14:26:56 -03:00
2019-06-26 13:26:36 -03:00
2019-07-19 11:12:31 -03:00
2019-06-03 11:36:42 -03:00
2019-07-05 15:03:15 -03:00
2019-07-19 11:12:31 -03:00
2019-06-26 13:26:36 -03:00
2019-07-05 15:03:15 -03:00
2019-06-18 16:52:22 -03:00
2019-07-05 15:03:15 -03:00
2019-07-22 09:41:10 -03:00
2019-06-05 13:21:16 -03:00
Description
No description provided
13 MiB
Languages
C 66.7%
Lua 32.6%
Makefile 0.6%
Shell 0.1%