mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
One more optimization
This commit is contained in:
parent
f0f94a0e35
commit
2c63c56012
1 changed files with 2 additions and 0 deletions
|
@ -86,6 +86,8 @@ end
|
|||
|
||||
Garbage collection CPU utilization has been tuned to further reduce frame time spikes of individual collection steps and to bring different GC stages to the same level of CPU utilization.
|
||||
|
||||
Returning a type-cast local (`return a :: type`) as well as returning multiple local variables (`return a, b, c`) is now a little bit more efficient.
|
||||
|
||||
### Function inlining and loop unrolling
|
||||
|
||||
In open-source release of Luau, when optimization level 2 is enabled, compiler will now perform function inlining and loop unrolling.
|
||||
|
|
Loading…
Add table
Reference in a new issue