Left: | ||
Right: |
LEFT | RIGHT |
---|---|
(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 | |
LEFT | RIGHT |