From 31790bcf0cf0786733d8b832c196f49c0e799007 Mon Sep 17 00:00:00 2001 From: Vyacheslav Egorov Date: Mon, 31 Jul 2023 18:52:19 +0300 Subject: [PATCH] Extra runtime note --- docs/_posts/2023-07-28-luau-recap-july-2023.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_posts/2023-07-28-luau-recap-july-2023.md b/docs/_posts/2023-07-28-luau-recap-july-2023.md index 2c6804df..e16746fd 100644 --- a/docs/_posts/2023-07-28-luau-recap-july-2023.md +++ b/docs/_posts/2023-07-28-luau-recap-july-2023.md @@ -52,6 +52,7 @@ Other runtime improvements we've made: * Performance of `table.concat` was improved by ~5-7% * Performance of `math.noise` was improved by ~30% * Inlining of functions is now possible even when they used to compute their own arguments +* Improved logic for determining whether inlining a function or unrolling a loop is profitable ## Autocomplete improvements