luau/bench/tests
aaron 7105c81579
Sync to upstream/release/602 (#1089)
# What's changed?

* Fixed a bug in type cloning by maintaining persistent types.
* We now parse imprecise integer literals to report the imprecision as a
warning to developers.
* Add a compiler flag to specify the name of the statistics output file.

### New type solver

* Renamed `ConstraintGraphBuilder` to `ConstraintGenerator`
* LValues now take into account the type being assigned during
constraint generation.
* Normalization performance has been improved by 33% by replacing the an
internal usage of `std::unordered_set` with `DenseHashMap`.
* Normalization now has a helper to identify types that are equivalent
to `unknown`, which is being used to fix some bugs in subtyping.
* Uses of the old unifier in the new type solver have been eliminated.
* Improved error explanations for subtyping errors in `TypeChecker2`.

### Native code generation

* Expanded some of the statistics recorded during compilation to include
the number of instructions and blocks.
* Introduce instruction and block count limiters for controlling what
bytecode is translated into native code.
* Implement code generation for byteswap instruction.

### Internal Contributors

Co-authored-by: Aaron Weiss <aaronweiss@roblox.com>
Co-authored-by: Alexander McCord <amccord@roblox.com>
Co-authored-by: Andy Friesen <afriesen@roblox.com>
Co-authored-by: Aviral Goel <agoel@roblox.com>
Co-authored-by: Lily Brown <lbrown@roblox.com>
2023-11-03 16:45:04 -07:00
..
shootout Improve readability (#206) 2021-11-19 10:45:53 -08:00
sunspider Sync to upstream/release/536 (#592) 2022-07-14 15:52:26 -07:00
base64.lua Sync to upstream/release/501 (#20) 2021-11-01 14:52:34 -07:00
chess.lua Sync to upstream/release/504 (#200) 2021-11-12 06:27:34 -08:00
life.lua Sync to upstream/release/501 (#20) 2021-11-01 14:52:34 -07:00
matrixmult.lua Sync to upstream/release/576 (#928) 2023-05-12 10:50:47 -07:00
mesh-normal-scalar.lua Sync to upstream/release/576 (#928) 2023-05-12 10:50:47 -07:00
qsort.lua Sync to upstream/release/501 (#20) 2021-11-01 14:52:34 -07:00
sha256.lua Sync to upstream/release/602 (#1089) 2023-11-03 16:45:04 -07:00
sieve.lua Sync to upstream/release/501 (#20) 2021-11-01 14:52:34 -07:00
tictactoe.lua Sync to upstream/release/537 (#607) 2022-07-21 14:16:54 -07:00
trig.lua Sync to upstream/release/501 (#20) 2021-11-01 14:52:34 -07:00
voxelgen.lua Sync to upstream/release/551 (#727) 2022-10-28 03:37:29 -07:00