1
0
mirror of https://github.com/lua/lua.git synced 2025-01-14 05:43:00 +08:00
lua/testes
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
..
2019-07-18 15:31:22 -03:00
2019-08-20 13:42:26 -03:00
2020-07-06 12:09:44 -03:00
2019-12-30 11:45:08 -03:00
2019-12-30 11:45:08 -03:00
2020-06-30 15:36:26 -03:00
2019-08-16 14:58:02 -03:00
2020-08-07 11:21:44 -03:00
2020-07-29 17:05:47 -03:00
2019-07-30 12:18:19 -03:00
2018-12-14 13:49:02 -02:00
2019-08-16 14:58:02 -03:00
2020-02-27 12:59:22 -03:00
2020-02-27 12:59:22 -03:00
2019-08-16 14:58:02 -03:00