forked from facebook/hhvm
-
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.
Don't print unreachable vasm blocks below a certain trace level
Summary: Certain optimizations can cause us to end up with more unreachable than reachable blocks, and printing them makes the output very noisy. They do matter for passes that iterate over unit.blocks, though, so it's important to be aware that they exist. When the vasm trace level is below 6, we now print something like "43 unreachable blocks not shown. Set TRACE=vasm:6 or greater." in place of the unreachable blocks. Reviewed By: @ottoni Differential Revision: D1921821
- Loading branch information
Showing
2 changed files
with
13 additions
and
8 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