-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#2001 trace perf: do not store disp
For offline traces for a "disp(base)" memref, only stores the base and adds the disp in raw2trace post-processing, as it's statically known. The base can be directly written as it's already in a register, reducing scratch register pressure. Moves the second scratch register reservation into the instru_t routines so we can skip it for this optimization of just writing the base reg for "disp(base)" memrefs. Issue: #2001
- Loading branch information
1 parent
72b9ea4
commit 9d56b63
Showing
6 changed files
with
160 additions
and
84 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
Oops, something went wrong.