summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2022-11-19 23:15:17 -0500
committerDaniel Micay <danielmicay@gmail.com>2022-11-19 23:17:49 -0500
commit1ba64df1c6afcc6367a44a314e1ce84f861da990 (patch)
treeee3549871f22e086393c2040c4aceb6b1b40cd9d /static
parentad9c8a9ce9c3bffe201d0ae6485f8e2ae8521cc2 (diff)
clarify the AOT compilation change
Diffstat (limited to 'static')
-rw-r--r--static/releases.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html
index d20f9a40..87d93fa3 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -671,7 +671,7 @@
<p>Changes since the 2022111000 release:</p>
<ul>
- <li>don't skip ahead-of-time (AOT) compilation of apps that weren't recently used</li>
+ <li>don't skip ahead-of-time (AOT) compilation of apps that weren't recently used since we depend on full AOT compilation being done for performance rather than JIT compilation with background JIT profile guided AOT compilation like Android</li>
<li>battery usage UI: use fallback name for unknown components</li>
<li>change minimal value of battery saver schedule to 5% again as it was before Android 13</li>
<li>enable the post-upgrade "Optimizing apps" progress indication UI</li>