Roberto Ierusalimschy 7c3cb71fa4 Free bit 7 of GC 'marked' field
Tables were using this bit to indicate their array sizes were real
('isrealasize'), but this bit can be useful for tests. Instead, they
can use bit 7 of their 'flag' field for that purpose. (There are only
six fast-access metamethods.) This 'flag' field only exists in tables,
so this use does not affect other types.
2020-08-07 11:21:44 -03:00
2020-06-18 11:07:27 -03:00
2020-08-07 11:21:44 -03:00
2019-08-20 13:42:26 -03:00
2020-07-06 14:06:47 -03:00
2019-12-30 11:45:08 -03:00
2020-07-06 12:09:44 -03:00
2019-08-16 14:58:02 -03:00
2020-02-27 12:59:22 -03:00
2020-07-06 12:09:44 -03:00
2020-06-09 16:12:01 -03:00
2020-07-07 18:03:48 -03:00
2019-11-18 14:54:06 -03:00
2020-08-03 16:05:10 -03:00
2020-08-07 11:21:44 -03:00
2020-04-23 14:48:15 -03:00
2020-04-23 14:48:15 -03:00
2020-07-03 13:02:41 -03:00
2020-08-07 11:21:44 -03:00
2020-04-23 14:48:15 -03:00
2020-04-23 14:48:15 -03:00
2020-04-23 14:48:15 -03:00
2020-04-23 14:48:15 -03:00
2020-07-29 17:05:47 -03:00
2020-07-29 17:05:47 -03:00
2020-05-19 12:42:20 -03:00
2020-03-16 14:13:13 -03:00
2020-08-07 11:21:44 -03:00
2020-08-07 11:21:44 -03:00
2019-07-05 15:03:15 -03:00
2020-07-07 18:03:48 -03:00
2020-08-07 11:21:44 -03:00
2020-05-22 11:40:34 -03:00
2019-12-05 13:31:07 -03:00
2020-06-30 15:36:26 -03:00
2020-05-07 14:52:19 -03:00
2020-04-23 14:48:15 -03:00
Description
No description provided
13 MiB
Languages
C 66.7%
Lua 32.6%
Makefile 0.6%
Shell 0.1%