mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Update docs/_posts/2022-08-29-luau-recap-august-2022.md
Co-authored-by: Arseny Kapoulkine <arseny.kapoulkine@gmail.com>
This commit is contained in:
parent
de08dabdbb
commit
98a543a27b
1 changed files with 0 additions and 1 deletions
|
@ -161,7 +161,6 @@ local s: string = my_cool_lower("HI")
|
|||
* Comparisons with constants are now significantly faster when using clang as a compiler (10-50% gains on internal benchmarks)
|
||||
* When calling non-existent methods on tables or strings, `foo:bar` now produces a more precise error message
|
||||
* Improve performance for iteration of tables
|
||||
* Slightly reduce interpreter I$ footprint
|
||||
* Fix a bug with negative zero in vector components when using vectors as table keys
|
||||
* Compiler can now constant fold builtins under -O2
|
||||
* Compiler can model the cost of builtins for the purpose of inlining/unrolling
|
||||
|
|
Loading…
Add table
Reference in a new issue