-
Notifications
You must be signed in to change notification settings - Fork 562
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#2039 trace trim, part 6: Enable for AArchXX (#5770)
Since the stability issues with drbbdup on larger apps seem limited to x86, we enable -align_endpoints by default for AArchXX. This revealed a drbbdup issue on AArch64: OP_isb must end a bb. Added this to drbbdup's list of special opcodes, and to the bb event docs where it was missing. This fixes drcacheoff.gencode test failures. Adds more synch to the burst_replaceall test to ensure all threads are scheduled to avoid empty threads which mess up the expected output with -align_endpoints. Relaxes the burst_threadfilter template to allow empty unscheduled threads. Relaxes the burst_replace template to allow lazy file opening. Issue: #2039
- Loading branch information
1 parent
8f6f478
commit faa8e4b
Showing
7 changed files
with
41 additions
and
6 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
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