Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(223)

Issue 115840048: code review 115840048: runtime: round gohash stack frame to multiple of 8 on a... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 7 months ago by rsc
Modified:
10 years, 7 months ago
Reviewers:
gobot, minux, dvyukov
CC:
minux, bradfitz, dvyukov, dave_cheney.net, golang-codereviews
Visibility:
Public.

Description

runtime: 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/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/pkg/runtime/asm_amd64p32.s View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9
rsc
Hello minux (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
10 years, 7 months ago (2014-07-21 21:26:14 UTC) #1
bradfitz
Is there an associated bug or backstory? On Mon, Jul 21, 2014 at 2:26 PM, ...
10 years, 7 months ago (2014-07-21 21:27:30 UTC) #2
dvyukov
LGTM
10 years, 7 months ago (2014-07-21 21:28:48 UTC) #3
dvyukov
On 2014/07/21 21:27:30, bradfitz wrote: > Is there an associated bug or backstory? > > ...
10 years, 7 months ago (2014-07-21 21:29:12 UTC) #4
dave_cheney.net
Fixes issue 8379. On Tue, Jul 22, 2014 at 7:29 AM, dvyukov via golang-codereviews < ...
10 years, 7 months ago (2014-07-21 21:34:17 UTC) #5
minux
On Mon, Jul 21, 2014 at 5:29 PM, <dvyukov@google.com> wrote: > On 2014/07/21 21:27:30, bradfitz ...
10 years, 7 months ago (2014-07-21 21:36:11 UTC) #6
rsc
*** Submitted as https://code.google.com/p/go/source/detail?r=3d76c3e3e606 *** runtime: round gohash stack frame to multiple of 8 on ...
10 years, 7 months ago (2014-07-21 21:38:37 UTC) #7
gobot
This CL appears to have broken the nacl-arm builder. See http://build.golang.org/log/6dac54b5cb4d1abac23959e70e4bc050d477d1ec
10 years, 7 months ago (2014-07-21 22:24:19 UTC) #8
minux
10 years, 7 months ago (2014-07-22 02:25:29 UTC) #9
On Mon, Jul 21, 2014 at 6:24 PM, <gobot@golang.org> wrote:

> This CL appears to have broken the nacl-arm builder.
> See http://build.golang.org/log/6dac54b5cb4d1abac23959e70e4bc050d477d1ec

Not really. It's due to misconfiguration.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b