From 98a543a27b49df96ef5f1eeda13a3a21c4c2d9c7 Mon Sep 17 00:00:00 2001 From: Alexander McCord <11488393+alexmccord@users.noreply.github.com> Date: Tue, 30 Aug 2022 09:33:04 -0700 Subject: [PATCH] Update docs/_posts/2022-08-29-luau-recap-august-2022.md Co-authored-by: Arseny Kapoulkine --- docs/_posts/2022-08-29-luau-recap-august-2022.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/_posts/2022-08-29-luau-recap-august-2022.md b/docs/_posts/2022-08-29-luau-recap-august-2022.md index 932163bb..3b7a333b 100644 --- a/docs/_posts/2022-08-29-luau-recap-august-2022.md +++ b/docs/_posts/2022-08-29-luau-recap-august-2022.md @@ -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