commit | 321fe157654bf7d1f0e6c9499fc6d8e619d29123 | [log] [tgz] |
---|---|---|
author | Adrian Danis <adanis@fuchsia.infra.roller.google.com> | Wed Nov 13 21:46:38 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Nov 13 13:48:05 2024 -0800 |
tree | 188d5524448760510f1d862612452ff6c76b3d60 | |
parent | 113fb046e979b6b5549644c8fcad7a53313c1ae6 [diff] |
[roll] Roll fuchsia [kernel][vm] Single per_page_func call Having three different call locations for per_page_func in ForEveryPageInRange prevents all but the most basic of methods from being inlined and further optimized. Merging the three loops together very slightly pessimizies the iteration efficiency of large operations, but this is made up for by code reduction and optimizations from the single call site and inlining. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1149033 Original-Revision: aa2795f62a44f04f0ab28cb98b3ec45e83bc86f0 GitOrigin-RevId: 5cd0ca4e644de03155455fcf84d5430e08e29dfb Change-Id: I62a7d493b10ced3182f9825c7350c3e1cd24dbfc
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.