mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Extra runtime note
This commit is contained in:
parent
5df8963e87
commit
31790bcf0c
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ Other runtime improvements we've made:
|
||||||
* Performance of `table.concat` was improved by ~5-7%
|
* Performance of `table.concat` was improved by ~5-7%
|
||||||
* Performance of `math.noise` was improved by ~30%
|
* Performance of `math.noise` was improved by ~30%
|
||||||
* Inlining of functions is now possible even when they used to compute their own arguments
|
* Inlining of functions is now possible even when they used to compute their own arguments
|
||||||
|
* Improved logic for determining whether inlining a function or unrolling a loop is profitable
|
||||||
|
|
||||||
## Autocomplete improvements
|
## Autocomplete improvements
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue