luau/bench
vegorov-rbx d98256bb80
Sync to upstream/release/590 (#1008)
* Better indentation in multi-line type mismatch error messages
* Error message clone can no longer cause a stack overflow (when
typechecking with retainFullTypeGraphs set to false); fixes
https://github.com/Roblox/luau/issues/975
* `string.format` with %s is now ~2x faster on strings smaller than 100
characters

Native code generation:
* All VM side exits will block return to the native execution of the
current function to preserve correctness
* Fixed executable page allocation on Apple platforms when using
hardened runtime
* Added statistics for code generation (no. of functions compiler,
memory used for different areas)
* Fixed issue with function entry type checks performed more that once
in some functions
2023-08-11 07:42:37 -07:00
..
gc Sync to upstream/release/550 (#723) 2022-10-21 10:54:01 -07:00
micro_tests Sync to upstream/release/590 (#1008) 2023-08-11 07:42:37 -07:00
other Sync to upstream/release/535 (#584) 2022-07-07 18:22:39 -07:00
tests Sync to upstream/release/576 (#928) 2023-05-12 10:50:47 -07:00
bench_support.lua Sync to upstream/release/581 (#958) 2023-06-16 10:35:18 -07:00
bench.py Sync to upstream/release/581 (#958) 2023-06-16 10:35:18 -07:00
color.py Sync to upstream/release/501 (#20) 2021-11-01 14:52:34 -07:00
influxbench.py Sync to upstream/release/540 (#635) 2022-08-11 14:01:33 -07:00
install.bat Sync to upstream/release/501 (#20) 2021-11-01 14:52:34 -07:00
install.sh Sync to upstream/release/501 (#20) 2021-11-01 14:52:34 -07:00
measure_time.py Added multi-os runners for benchmark & implemented luau analyze (#542) 2022-06-24 09:46:29 -07:00
tabulate.py Sync to upstream/release/501 (#20) 2021-11-01 14:52:34 -07:00