Platform Evolution
-
Enable profile-guided optimization (PGO), which is a compiler optimization technique that uses profiles of runtime behavior of a program to guide the compiler's optimizations to achieve better runtime performance in Fuchsia.
-
32 bit syscall support in Starnix RFC
Starnix now supports both 32bit and 64bit usermode programs.
-
One big VMO.
Starnix now requests a single Virtual Memory Object (VMO) from the Zircon kernel, and uses that VMO to fulfil memory requests from client applications, reducing the overhead of having the Zircon manage each memory request from client applications running in Starnix.
-
System Activity Governor RFC
System Activity Governor manages system suspend states for Fuchsia power management.
-
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-04-25 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-25 UTC."],[],[]]