summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2023-10-30 14:47:29 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2023-10-30 14:51:39 -0400
commit4a51c52c9caeb17b96d9ff628e3248543f7cdac8 (patch)
treeedc4d1793b00a66d2990c6c6e38c255bb37de61e
parent2bc945bb8ce925dfdbc2505df8489a7d664bb1b4 (diff)
dexopt improvements
improve UI for background package compilation
-rw-r--r--static/releases.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index 95580e6e..eff110ff 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -721,6 +721,8 @@
<li>Settings: enable memory tagging toggle at Settings -> Security -> More security settings -> Advanced memory protection beta</li>
<li>enable memory tagging support for everything built by GrapheneOS and also user installed apps without native libraries</li>
<li>use asymmetric memory tagging mode on all cores to provide much higher security than asynchronous mode without much more overhead unlike the very expensive synchronous mode without any clear security benefits over asymmetric</li>
+ <li>enable parallel compilation of non-precompiled bytecode to native code for first-boot and first-boot-after-update with 2 processes for now (can be increased later)</li>
+ <li>improve user interface for reporting background package compilation progress</li>
<li>show crash dialog for first crash of an app since boot instead of waiting until the second crash like upstream Android</li>
<li>add infrastructure for build variations based on hardware memory tagging support</li>
<li>Gallery: fix low resolution image preview in editor</li>