Descriptionruntime: improve stack frame layout comment
The idea is as follows:
- each line (except +------------------+) represents a word of memory
- regions that can consist of several words occupy several lines
- variables (argp/varp/sp) point with <- at first/last word of the region (instead of "somewhere in between")
It's much more readable for me in this form. Does it make sense to you?
Patch Set 1 #Patch Set 2 : diff -r 4b3cdcb02f2d https://dvyukov%40google.com@code.google.com/p/go/ #Patch Set 3 : diff -r 4b3cdcb02f2d https://dvyukov%40google.com@code.google.com/p/go/ #MessagesTotal messages: 7
|