Descriptioncmd/gc: steal escape analysis info when inlining
Usually, there is no esc info when inlining, but there will be when generating inlined wrapper functions.
If we don't use this information, we get invalid addresses on the stack.
Fixes issue 5056.
Patch Set 1 #Patch Set 2 : diff -r b5b5c246be0c https://code.google.com/p/go/ #Patch Set 3 : diff -r b5b5c246be0c https://code.google.com/p/go/ #Patch Set 4 : diff -r b5b5c246be0c https://code.google.com/p/go/ #Patch Set 5 : diff -r 7a70129d0a6e https://code.google.com/p/go/ #
MessagesTotal messages: 4
|