Chromium Code Reviews
DescriptionAdd IR printing into a supplied buffer and formatted comments on x64.
This change refactors printing function for instructions
so that they can be used for different purposes like
printing to stdout (what FlowGraphPrinter currently does),
creating code comments for the disassembler, or in the future
dumping the IR into a file.
I added an abstract interface to iterate over the inputs
of an computation: InputCount and InputAt. This is only
an intermediate step likely to change in the future. For
that I had to bring back the [] operator for zero-operand
instructions.
Committed: https://code.google.com/p/dart/source/detail?r=7731
Patch Set 1 #
Total comments: 17
Patch Set 2 : #
Total comments: 4
Patch Set 3 : #
Messages
Total messages: 5 (0 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||