Descriptionruntime: round gohash stack frame to multiple of 8 on amd64p32
Even though pointers are 4 bytes the stack frame should be kept
a multiple of 8 bytes so that return addresses pushed on the stack
are properly aligned.
Fixes issue 8379.
Patch Set 1 #Patch Set 2 : diff -r 72806f50d410 https://code.google.com/p/go/ #Patch Set 3 : diff -r 72806f50d410 https://code.google.com/p/go/ #Patch Set 4 : diff -r 72806f50d410 https://code.google.com/p/go/ #
MessagesTotal messages: 9
|