-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not promote HIR if already at the top of the stack
Comparing multi1 trace between this version and the reference C output, it seems that a HIR to LIR promotion does not occur if the block is already at the top of the stack. This occurs when a HIR is accessed multiple times in a row and added to the stack on a non-resident miss. I don't see where this is stated in the paper, though. Most traces now have matching miss counts. A few, like sprite, are off by one. So this needs to be looked at next.
- Loading branch information
Showing
2 changed files
with
18 additions
and
5 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