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

Issue 133660043: code review 133660043: runtime: get rid of other Go->C calls in test exports. (Closed)

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

Description

runtime: get rid of other Go->C calls in test exports. testSchedLocal* tests need to malloc now because their stack frames are too big to fit on the G0 stack.

Patch Set 1 #

Patch Set 2 : diff -r 87b93aeb1822c6bfc7ecddd9e3580241882dde74 https://khr%40golang.org@code.google.com/p/go/ #

Patch Set 3 : diff -r 87b93aeb1822c6bfc7ecddd9e3580241882dde74 https://khr%40golang.org@code.google.com/p/go/ #

Patch Set 4 : diff -r 87b93aeb1822c6bfc7ecddd9e3580241882dde74 https://khr%40golang.org@code.google.com/p/go/ #

Patch Set 5 : diff -r 87b93aeb1822c6bfc7ecddd9e3580241882dde74 https://khr%40golang.org@code.google.com/p/go/ #

Total comments: 1

Patch Set 6 : diff -r 87b93aeb1822c6bfc7ecddd9e3580241882dde74 https://code.google.com/p/go/ #

Patch Set 7 : diff -r 87b93aeb1822c6bfc7ecddd9e3580241882dde74 https://code.google.com/p/go/ #

Patch Set 8 : diff -r 87b93aeb1822c6bfc7ecddd9e3580241882dde74 https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -46 lines) Patch
M misc/cgo/test/backdoor/runtime.c View 1 1 chunk +0 lines, -14 lines 0 comments Download
A misc/cgo/test/backdoor/thunk.s View 1 2 1 chunk +16 lines, -0 lines 0 comments Download
M src/pkg/runtime/export_test.go View 1 2 3 2 chunks +7 lines, -4 lines 0 comments Download
M src/pkg/runtime/proc.c View 1 2 3 4 5 6 3 chunks +21 lines, -25 lines 0 comments Download
M src/pkg/runtime/proc.go View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/pkg/runtime/proc_test.go View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/pkg/runtime/runtime.h View 1 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 4
khr
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://khr%40golang.org@code.google.com/p/go/
10 years, 7 months ago (2014-09-05 23:02:37 UTC) #1
iant
LGTM https://codereview.appspot.com/133660043/diff/80001/src/pkg/runtime/proc.c File src/pkg/runtime/proc.c (right): https://codereview.appspot.com/133660043/diff/80001/src/pkg/runtime/proc.c#newcode3554 src/pkg/runtime/proc.c:3554: runtime·memclr((byte*)p, sizeof(*p)); The value comes back zeroed anyhow; ...
10 years, 7 months ago (2014-09-05 23:43:16 UTC) #2
khr1
On Fri, Sep 5, 2014 at 4:43 PM, <iant@golang.org> wrote: > LGTM > > > ...
10 years, 7 months ago (2014-09-06 17:02:25 UTC) #3
khr
10 years, 7 months ago (2014-09-06 17:07:27 UTC) #4
*** Submitted as https://code.google.com/p/go/source/detail?r=641fe1f8f29d ***

runtime: get rid of other Go->C calls in test exports.

testSchedLocal* tests need to malloc now because their
stack frames are too big to fit on the G0 stack.

LGTM=iant
R=golang-codereviews, iant, khr
CC=golang-codereviews
https://codereview.appspot.com/133660043
Sign in to reply to this message.

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