forked from Pissandshittium/pissandshittium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fuchsia] Implement DISABLE_DYNAMIC_CODE_GENERATION feature
Allow web_instance.cm to run without dynamic code generation, and add a config argument to the cast_runner to allow it to host Cast applications without dynamic code generation. This trades off performance of scripts (e.g. JavaScript) for reduced memory footprint, and potentially faster content loading times for some use-cases, and will in future enable web containers to run without VMEX capabilities. Web functionality that requires dynamic code generation, such as WebAssembly, is implicitly disabled by this new feature. Some cleanups are also made to move arguments passed-by-pointer to use pass-by-reference, as is now preferred style. Bug: 1293384 Change-Id: Ifee44258e5974e588575ff2756b36ae4dca0280b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3769896 Quick-Run: Wez <wez@chromium.org> Reviewed-by: Greg Thompson <grt@chromium.org> Reviewed-by: David Dorwin <ddorwin@chromium.org> Auto-Submit: Wez <wez@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/main@{#1082407}
- Loading branch information
Wez
authored and
Chromium LUCI CQ
committed
Dec 13, 2022
1 parent
55cc630
commit c9b1f81
Showing
7 changed files
with
142 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.