DescriptionSimplify PointerCompare a little
Technically makes a few behavioral changes, but these shouldn't have
any real consequences:
1. When comparing conditional branch statements, the 'false' jump
target is now compared lexicographically before the 'true' jump target
(to reduce redundancy with comparing unconditional branches). This
affects block ordering slightly, but equality (which is what we really
care about) remains the same.
2. Adds a bit more sanity checking: RET and JMP instructions should
only occur at the end of basic blocks.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271593
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|