Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(743)

Delta Between Two Patch Sets: ssa/ssa.go

Issue 37230043: code review 37230043: go.tools/ssa: expose dominator tree of control-flow gra... (Closed)
Left Patch Set: Created 11 years, 4 months ago
Right Patch Set: diff -r 55504f60f053 https://code.google.com/p/go.tools Created 11 years, 4 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « ssa/lift.go ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 //
2 // Functions are immutable values; they do not have addresses.
3 //
4 // Blocks[0] is the function entry point; block order is not otherwise
5 // semantically significant, though it may affect the readability of
6 // the disassembly.
7 //
8 // Recover is an optional second entry point to which control resumes
9 // after a recovered panic. The Recover block may contain only a load
LEFTRIGHT
« ssa/lift.go ('k') | no next file » | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b