mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
Formatting
This commit is contained in:
parent
8738dfec6a
commit
8cd20a4c17
1 changed files with 2 additions and 3 deletions
|
@ -31,9 +31,8 @@ Previously the only way to add an annotation was to put it on the *declaration*
|
|||
|
||||
We've made quite a few performance improvements to the Luau bytecode interpreter.
|
||||
|
||||
Function calls are now faster in the common case of one- or two-argument functions.
|
||||
|
||||
Some built-in operations such as equality checking and modulo arithmetic are now faster.
|
||||
* Function calls are now faster in the common case of one- or two-argument functions.
|
||||
* Some built-in operations such as equality checking and modulo arithmetic are now faster.
|
||||
|
||||
## Coming soon...
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue