Descriptioncmd/gc: fix runtime print(hex(x))
The code I wrote originally works for trivial functions
that are inlined at a call site in another package,
because that was how I wrote my local test.
Make hex(x) work for non-inlinable functions too.
Patch Set 1 #Patch Set 2 : diff -r 7844c28fa2952f205ee365c89a213bb0c1627528 https://code.google.com/p/go/ #Patch Set 3 : diff -r 6aabcc1ffb70dbe0cca91f8f46176a26012ba2e9 https://code.google.com/p/go/ #Patch Set 4 : diff -r 6aabcc1ffb70dbe0cca91f8f46176a26012ba2e9 https://code.google.com/p/go/ #Patch Set 5 : diff -r 473a2c28eb342eae133c6b91b9511afeeba04c9e https://code.google.com/p/go/ #MessagesTotal messages: 4
|