mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
447f2f0e69
1 changed files with 2 additions and 2 deletions
|
@ -42,9 +42,9 @@ We are continuing to work on optimizing our VM and libraries to make sure idioma
|
|||
|
||||
* Table key assignments as well as global assignments have been optimized to play nicer with modern CPUs, yielding ~2% speedup in some benchmarks
|
||||
* Luau function calls are now ~3% faster in most cases; we also have more call optimizations coming up next month!
|
||||
* Modulo operation (%) is not a bit faster on Windows, resulting in ~2% performance improvement on some benchmarks
|
||||
* Modulo operation (%) is now a bit faster on Windows, resulting in ~2% performance improvement on some benchmarks
|
||||
|
||||

|
||||

|
||||
|
||||
## Library changes
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue