luau/Compiler/src
Arseny Kapoulkine 2f989fc049
Sync to upstream/release/512 (#330)
- Improve refinement support for unions, in particular it's now possible to implement tagged unions as a union of tables where individual branches use a string literal type for one of the fields.
- Fix `string.split` type information
- Optimize `select(_, ...)` to run in constant time (~2.7x faster on VariadicSelect benchmark)
- Improve debug line information for multi-line assignments
- Improve compilation of table literals when table keys are constant expressions/variables
- Use forward GC barrier for `setmetatable` which slightly accelerates GC progress
2022-01-27 15:46:05 -08:00
..
Builtins.cpp Sync to upstream/release/512 (#330) 2022-01-27 15:46:05 -08:00
Builtins.h Sync to upstream/release/510 (#313) 2022-01-14 08:20:09 -08:00
BytecodeBuilder.cpp MSVC warning C4244 fixes (#308) 2022-01-12 10:05:31 -08:00
Compiler.cpp Sync to upstream/release/512 (#330) 2022-01-27 15:46:05 -08:00
ConstantFolding.cpp Sync to upstream/release/510 (#313) 2022-01-14 08:20:09 -08:00
ConstantFolding.h Sync to upstream/release/510 (#313) 2022-01-14 08:20:09 -08:00
TableShape.cpp Sync to upstream/release/511 (#324) 2022-01-21 09:00:19 -08:00
TableShape.h Sync to upstream/release/510 (#313) 2022-01-14 08:20:09 -08:00
ValueTracking.cpp Sync to upstream/release/510 (#313) 2022-01-14 08:20:09 -08:00
ValueTracking.h Sync to upstream/release/510 (#313) 2022-01-14 08:20:09 -08:00
lcode.cpp Sync to upstream/release/505 (#216) 2021-11-19 08:10:07 -08:00