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

Issue 6490056: code review 6490056: runtime: increase stack frame during cgo call on window... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 7 months ago by brainman
Modified:
11 years, 7 months ago
Reviewers:
CC:
golang-dev, minux1, vcc
Visibility:
Public.

Description

runtime: increase stack frame during cgo call on windows/amd64 Fixes issue 3945.

Patch Set 1 #

Patch Set 2 : diff -r 8afe25accb81 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 8afe25accb81 https://go.googlecode.com/hg/ #

Total comments: 4

Patch Set 4 : diff -r e6da0262840c https://go.googlecode.com/hg/ #

Total comments: 2

Patch Set 5 : diff -r 65b74c8c37f6 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -5 lines) Patch
M misc/cgo/test/cgo_test.go View 1 1 chunk +1 line, -0 lines 0 comments Download
A misc/cgo/test/issue3945.go View 1 2 3 4 1 chunk +22 lines, -0 lines 0 comments Download
M src/pkg/runtime/asm_amd64.s View 1 2 3 4 1 chunk +7 lines, -5 lines 0 comments Download

Messages

Total messages: 9
brainman
Hello golang-dev@googlegroups.com (cc: minux.ma@gmail.com, vcc.163@gmail.com), I'd like you to review this change to https://go.googlecode.com/hg/
11 years, 7 months ago (2012-08-30 05:11:23 UTC) #1
brainman
While debugging: package main // #include <stdio.h> // // void say() { // printf("%s from ...
11 years, 7 months ago (2012-08-30 05:14:25 UTC) #2
minux1
http://codereview.appspot.com/6490056/diff/3/misc/cgo/test/issue3945.go File misc/cgo/test/issue3945.go (right): http://codereview.appspot.com/6490056/diff/3/misc/cgo/test/issue3945.go#newcode5 misc/cgo/test/issue3945.go:5: package cgotest add a comment mention issue 3945? http://codereview.appspot.com/6490056/diff/3/src/pkg/runtime/asm_amd64.s ...
11 years, 7 months ago (2012-08-30 09:36:24 UTC) #3
minux1
On Thu, Aug 30, 2012 at 1:14 PM, <alex.brainman@gmail.com> wrote: > > What I see ...
11 years, 7 months ago (2012-08-30 09:41:27 UTC) #4
brainman
Hello golang-dev@googlegroups.com, minux.ma@gmail.com (cc: golang-dev@googlegroups.com, vcc.163@gmail.com), Please take another look.
11 years, 7 months ago (2012-08-31 02:36:08 UTC) #5
brainman
Thank you for comments. http://codereview.appspot.com/6490056/diff/3/misc/cgo/test/issue3945.go File misc/cgo/test/issue3945.go (right): http://codereview.appspot.com/6490056/diff/3/misc/cgo/test/issue3945.go#newcode5 misc/cgo/test/issue3945.go:5: package cgotest On 2012/08/30 09:36:24, ...
11 years, 7 months ago (2012-08-31 02:36:15 UTC) #6
minux1
LGTM. strangely, i can't find official document on this issue (x64 convention page only mentions ...
11 years, 7 months ago (2012-08-31 07:15:50 UTC) #7
brainman
On 2012/08/31 07:15:50, minux wrote: > > strangely, i can't find official document on this ...
11 years, 7 months ago (2012-09-03 00:50:56 UTC) #8
brainman
11 years, 7 months ago (2012-09-03 02:12:58 UTC) #9
*** Submitted as http://code.google.com/p/go/source/detail?r=5c4859bc123f ***

runtime: increase stack frame during cgo call on windows/amd64

Fixes issue 3945.

R=golang-dev, minux.ma
CC=golang-dev, vcc.163
http://codereview.appspot.com/6490056

http://codereview.appspot.com/6490056/diff/9001/misc/cgo/test/issue3945.go
File misc/cgo/test/issue3945.go (right):

http://codereview.appspot.com/6490056/diff/9001/misc/cgo/test/issue3945.go#ne...
misc/cgo/test/issue3945.go:8: // See
http://code.google.com/p/go/issues/detail?id=3945 for details.
On 2012/08/31 07:15:50, minux wrote:
> we can just use http://golang.org/issue/3945

Done.
Sign in to reply to this message.

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