forked from captain-amygdala/pistorm
-
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.
move address translation cache fields from global variables to the m6…
…8k struct, as this way we can pass around one pointer and access them all in the future. This happens to win 5-10% performance, because now the code generator can generate a single global variable pointer to get to all of the translation cache/range fields at once.
- Loading branch information
Showing
3 changed files
with
117 additions
and
121 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
Oops, something went wrong.