-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[1.8>1.9] Allow naming labels and highlighting instructions
This change is designed to make following some code paths easier when doing JIT work. The first change is that it adds debug-only code that puts names on labels, which should help users looking at instructions that expand to a great number of blocks. The second change is to have developers be able to set a color for a particular Instr such that in dumps it stands out better, which may be useful in some situations.
- Loading branch information
Showing
2 changed files
with
42 additions
and
2 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