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

Issue 124550043: code review 124550043: runtime: allow copying of onM frame (Closed)

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

Description

runtime: allow copying of onM frame Currently goroutines in onM can't be copied/shrunk (including the very goroutine that triggers GC). Special case onM to allow copying.

Patch Set 1 #

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

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

Total comments: 2

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -1 line) Patch
M src/pkg/runtime/stack.c View 1 2 3 3 chunks +10 lines, -1 line 0 comments Download

Messages

Total messages: 7
dvyukov
Hello golang-codereviews@googlegroups.com (cc: khr@golang.org, rlh@golang.org, rsc@golang.org), I'd like you to review this change to https://dvyukov%40google.com@code.google.com/p/go/
9 years, 9 months ago (2014-08-18 17:18:17 UTC) #1
DMorsing
LGTM.
9 years, 9 months ago (2014-08-18 19:37:06 UTC) #2
khr
On 2014/08/18 19:37:06, DMorsing wrote: > LGTM. LGTM.
9 years, 9 months ago (2014-08-18 20:26:05 UTC) #3
rsc
https://codereview.appspot.com/124550043/diff/40001/src/pkg/runtime/stack.c File src/pkg/runtime/stack.c (right): https://codereview.appspot.com/124550043/diff/40001/src/pkg/runtime/stack.c#newcode429 src/pkg/runtime/stack.c:429: // A special routine at the BOS of a ...
9 years, 9 months ago (2014-08-18 22:57:23 UTC) #4
dvyukov
https://codereview.appspot.com/124550043/diff/40001/src/pkg/runtime/stack.c File src/pkg/runtime/stack.c (right): https://codereview.appspot.com/124550043/diff/40001/src/pkg/runtime/stack.c#newcode429 src/pkg/runtime/stack.c:429: // A special routine at the BOS of a ...
9 years, 9 months ago (2014-08-19 10:23:15 UTC) #5
dvyukov
*** Submitted as https://code.google.com/p/go/source/detail?r=9a3b7b108ad3 *** runtime: allow copying of onM frame Currently goroutines in onM ...
9 years, 9 months ago (2014-08-19 10:24:07 UTC) #6
gobot
9 years, 9 months ago (2014-08-19 10:34:12 UTC) #7
Message was sent while issue was closed.
This CL appears to have broken the freebsd-amd64-race builder.
See http://build.golang.org/log/8c8243c15aa65a700aa9e9c60ae6a6d01ef336c7
Sign in to reply to this message.

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