Daniel Micay

Results 1218 comments of Daniel Micay

Has been fixed for the next release of GrapheneOS by removing Android's hard-wired default of `speed-profile` for the launcher. GrapheneOS fully relies on ahead-of-time compilation and disables just-in-time compilation. so...

Including a baseline profile may also help with the other issues filed about similar issues such as https://github.com/MM2-0/Kvaesitso/issues/529 and https://github.com/MM2-0/Kvaesitso/issues/257. It will perform well for GrapheneOS users after the next...

This is the fix, if you're curious: https://github.com/GrapheneOS/platform_art/commit/3bad44bdab6ccd426561166358906d364446d927 It deletes the upstream code hard-wiring `speed-profile` for launchers which they intended as a performance improvement but it was downgrading from `speed`...

@MM2-0 Yes, baseline profiles are included in the APK. Apps often end up with some from AndroidX libraries but usually don't provide their own. See https://developer.android.com/topic/performance/baselineprofiles/create-baselineprofile. Google Play ships their...

https://grapheneos.org/releases#2024032100 reached the Stable channel today so user installed launcher apps get fully ahead-of-time compiled on GrapheneOS again as was always intended. Should perform better than the stock OS now...

We don't really need credit for it particularly since many of the KSPP recommendations came from us anyway.

There's just https://github.com/GrapheneOS/kernel_common-6.6/commit/af734ccc119eb324e99f55da9883617ab0bc6304.

You can see our overall core kernel changes here: https://github.com/GrapheneOS/kernel_common-6.6/commits/15/ Bear in mind we're starting from the Android Generic Kernel Image configuration with Clang CFI, etc. already enabled and some...

There are GKI repositories for 5.10, 5.15, 6.1 and 6.6 but soon only the 6.1 and 6.6 ones will be relevant once Pixels all move to 6.1 which hopefully happens...

> CONFIG_SHADOW_CALL_STACK + CONFIG_ARM64_PTR_AUTH_KERNEL for backward-edge CFI, > CONFIG_ARM64_BTI_KERNEL + CONFIG_CFI_CLANG for forward-edge CFI. > Is it correct? Yes, that's correct. AOSP or the stock OS on the Pixel 8...