luau/Compiler/src
vegorov-rbx 76070f8da2
Sync to upstream/release/549 (#707)
* Reoptimized math.min/max/bit32 builtins assuming at least 2 arguments are used (1-2% lift on some benchmarks)
* Type errors that mention function types no longer have redundant parenthesis around return type
* Luau REPL now supports --compile=remarks which displays the source code with optimization remarks embedded as comments
* Builtin calls are slightly faster when called with 1-2 arguments (~1% improvement in some benchmarks)
2022-10-14 12:48:41 -07:00
..
BuiltinFolding.cpp Sync to upstream/release/541 (#644) 2022-08-18 14:32:08 -07:00
BuiltinFolding.h Sync to upstream/release/536 (#592) 2022-07-14 15:52:26 -07:00
Builtins.cpp Sync to upstream/release/547 (#690) 2022-09-29 15:23:10 -07:00
Builtins.h Sync to upstream/release/536 (#592) 2022-07-14 15:52:26 -07:00
BytecodeBuilder.cpp Sync to upstream/release/549 (#707) 2022-10-14 12:48:41 -07:00
Compiler.cpp Sync to upstream/release/549 (#707) 2022-10-14 12:48:41 -07:00
ConstantFolding.cpp Sync to upstream/release/546 (#681) 2022-09-23 12:17:25 -07:00
ConstantFolding.h Sync to upstream/release/536 (#592) 2022-07-14 15:52:26 -07:00
CostModel.cpp String interpolation (#614) 2022-08-24 12:01:00 -07:00
CostModel.h Sync to upstream/release/536 (#592) 2022-07-14 15:52:26 -07:00
TableShape.cpp Sync to upstream/release/513 (#340) 2022-02-04 08:45:57 -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