forked from chromium/chromium
-
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.
sandbox/linux/bpf_dsl: remove ErrorCode intermediary representation
This changes PolicyCompiler to skip the pass that converts ResultExprs into ErrorCodes, and instead it directly emits instructions using CodeGen. Reduces the size of sandbox_linux_unittests in release builds on amd64 by about 30kB. BUG=414363 Review URL: https://codereview.chromium.org/1309963002 Cr-Commit-Position: refs/heads/master@{#347470}
- Loading branch information
Showing
11 changed files
with
141 additions
and
599 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 was deleted.
Oops, something went wrong.
Oops, something went wrong.