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

Issue 131670043: code review 131670043: runtime: convert cgocall to Go

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

Description

runtime: convert cgocall to Go

Patch Set 1 #

Patch Set 2 : diff -r 4b615799f98d3117f9131a473a553717c8eaa529 https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 3 : diff -r 4b615799f98d3117f9131a473a553717c8eaa529 https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 4 : diff -r 4b615799f98d3117f9131a473a553717c8eaa529 https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 5 : diff -r 4b615799f98d3117f9131a473a553717c8eaa529 https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 6 : diff -r 4b615799f98d3117f9131a473a553717c8eaa529 https://dvyukov%40google.com@code.google.com/p/go/ #

Total comments: 16

Patch Set 7 : diff -r ae8c0a71a2e6164f59bede6593c994d5752be057 https://dvyukov%40google.com@code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+148 lines, -180 lines) Patch
M src/pkg/runtime/cgocall.go View 1 2 3 4 5 6 4 chunks +121 lines, -180 lines 0 comments Download
M src/pkg/runtime/proc.c View 1 2 3 4 5 6 2 chunks +18 lines, -0 lines 0 comments Download
M src/pkg/runtime/stubs.go View 1 2 3 4 5 6 3 chunks +9 lines, -0 lines 0 comments Download

Messages

Total messages: 11
dvyukov
Hello golang-codereviews@googlegroups.com (cc: khr@golang.org, rsc@golang.org), I'd like you to review this change to https://dvyukov%40google.com@code.google.com/p/go/
10 years, 8 months ago (2014-08-29 13:05:32 UTC) #1
dvyukov
https://codereview.appspot.com/131670043/diff/100001/src/pkg/runtime/cgocall.go File src/pkg/runtime/cgocall.go (right): https://codereview.appspot.com/131670043/diff/100001/src/pkg/runtime/cgocall.go#newcode74 src/pkg/runtime/cgocall.go:74: // m->g0's stack (the pointer is still in m->g0.sched.sp), ...
10 years, 8 months ago (2014-08-29 18:05:03 UTC) #2
dvyukov
ping
10 years, 8 months ago (2014-09-03 13:59:27 UTC) #3
khr
LGTM. https://codereview.appspot.com/131670043/diff/100001/src/pkg/runtime/cgocall.go File src/pkg/runtime/cgocall.go (right): https://codereview.appspot.com/131670043/diff/100001/src/pkg/runtime/cgocall.go#newcode74 src/pkg/runtime/cgocall.go:74: // m->g0's stack (the pointer is still in ...
10 years, 8 months ago (2014-09-03 19:50:13 UTC) #4
rsc
Please wait for me.
10 years, 8 months ago (2014-09-03 20:07:37 UTC) #5
rsc
Also please sync and fix up for recent cgocall_errno changes.
10 years, 8 months ago (2014-09-03 20:08:17 UTC) #6
rsc
https://codereview.appspot.com/131670043/diff/100001/src/pkg/runtime/cgocall.go File src/pkg/runtime/cgocall.go (right): https://codereview.appspot.com/131670043/diff/100001/src/pkg/runtime/cgocall.go#newcode86 src/pkg/runtime/cgocall.go:86: if !iscgo && theGoos != "solaris" && theGoos != ...
10 years, 8 months ago (2014-09-04 03:05:46 UTC) #7
dvyukov
PTAL https://codereview.appspot.com/131670043/diff/100001/src/pkg/runtime/cgocall.go File src/pkg/runtime/cgocall.go (right): https://codereview.appspot.com/131670043/diff/100001/src/pkg/runtime/cgocall.go#newcode74 src/pkg/runtime/cgocall.go:74: // m->g0's stack (the pointer is still in ...
10 years, 8 months ago (2014-09-04 06:17:26 UTC) #8
rsc
LGTM
10 years, 7 months ago (2014-09-04 18:40:04 UTC) #9
rsc
*** Submitted as https://code.google.com/p/go/source/detail?r=5cd7f2bfb5f6 *** runtime: convert cgocall to Go LGTM=khr, rsc R=golang-codereviews, khr, rsc ...
10 years, 7 months ago (2014-09-04 18:40:45 UTC) #10
gobot
10 years, 7 months ago (2014-09-04 19:03:10 UTC) #11
This CL appears to have broken the windows-amd64-race builder.
See http://build.golang.org/log/a7564fa43d30bd1832a8b3979a048df1feb7e800
Sign in to reply to this message.

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