luau/tools
Arseny Kapoulkine b2f9f53ae3
Sync to upstream/release/542 (#649)
- Fix DeprecatedGlobal warning text in cases when the global is deprecated without a suggested alternative
- Fix an off-by-one error in type error text for incorrect use of string.format
- Reduce stack consumption further during parsing, hopefully eliminating stack overflows during parsing/compilation for good
- Mark interpolated string support as experimental (requires --fflags=LuauInterpolatedStringBaseSupport to enable)
- Simplify garbage collection treatment of upvalues, reducing cache misses during sweeping stage and reducing the cost of upvalue assignment (SETUPVAL); supersedes #643
- Simplify garbage collection treatment of sleeping threads
- Simplify sweeping of alive threads, reducing cache misses during sweeping stage
- Simplify management of string buffers, removing redundant linked list operations
2022-08-25 14:53:50 -07:00
..
natvis Sync to upstream/release/542 (#649) 2022-08-25 14:53:50 -07:00
faillist.txt Sync to upstream/release/542 (#649) 2022-08-25 14:53:50 -07:00
gdb_printers.py Sync to upstream/release/519 (#422) 2022-03-17 17:46:04 -07:00
heapgraph.py Sync to upstream/release/541 (#644) 2022-08-18 14:32:08 -07:00
heapstat.py Sync to upstream/release/541 (#644) 2022-08-18 14:32:08 -07:00
lldb_formatters.lldb Sync to upstream/release/519 (#422) 2022-03-17 17:46:04 -07:00
lldb_formatters.py Sync to upstream/release/526 (#477) 2022-05-05 17:03:43 -07:00
numprint.py Sync to upstream/release/509 (#303) 2022-01-06 17:46:53 -08:00
patchtests.py Sync to upstream/release/536 (#592) 2022-07-14 15:52:26 -07:00
perfgraph.py Sync to upstream/release/542 (#649) 2022-08-25 14:53:50 -07:00
svg.py Sync to upstream/release/514 (#357) 2022-02-11 11:02:09 -08:00
test_dcr.py Sync to upstream/release/542 (#649) 2022-08-25 14:53:50 -07:00
tracegraph.py Sync to upstream/release/502 (#134) 2021-11-04 19:34:35 -07:00