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

Issue 6620050: code review 6620050: runtime: update comment for the "extern register" varia... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 6 months ago by nigeltao
Modified:
11 years, 6 months ago
Reviewers:
CC:
rsc, minux1, ality, dave_cheney.net, golang-dev
Visibility:
Public.

Description

runtime: update comment for the "extern register" variables g and m.

Patch Set 1 #

Patch Set 2 : diff -r fc0c1a909822 https://code.google.com/p/go #

Patch Set 3 : diff -r fc0c1a909822 https://code.google.com/p/go #

Patch Set 4 : diff -r fc0c1a909822 https://code.google.com/p/go #

Patch Set 5 : diff -r fc0c1a909822 https://code.google.com/p/go #

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

Total comments: 2

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -11 lines) Patch
M src/pkg/runtime/runtime.h View 1 2 3 4 5 6 1 chunk +10 lines, -11 lines 0 comments Download

Messages

Total messages: 10
nigeltao
Hello rsc@golang.org (cc: dave@cheney.net, golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
11 years, 6 months ago (2012-10-05 01:59:56 UTC) #1
dave_cheney.net
This is correct, from 5g/gsubr.c ~ 308 308 static int resvd[] = 309 { 310 ...
11 years, 6 months ago (2012-10-05 02:09:48 UTC) #2
minux1
i can't use rieltveld atm. On Oct 5, 2012 9:59 AM, <nigeltao@golang.org> wrote: > - ...
11 years, 6 months ago (2012-10-05 04:43:54 UTC) #3
nigeltao
On 5 October 2012 14:43, minux <minux.ma@gmail.com> wrote: > i suggest we don't specify these ...
11 years, 6 months ago (2012-10-05 05:17:53 UTC) #4
minux1
On Oct 5, 2012 1:17 PM, "Nigel Tao" <nigeltao@golang.org> wrote: > and the comment now ...
11 years, 6 months ago (2012-10-05 05:39:38 UTC) #5
ality
It's a bit more nuanced. For x86 and amd64, extern registers are allocated by the ...
11 years, 6 months ago (2012-10-05 17:54:32 UTC) #6
rsc
https://codereview.appspot.com/6620050/diff/9002/src/pkg/runtime/runtime.h File src/pkg/runtime/runtime.h (right): https://codereview.appspot.com/6620050/diff/9002/src/pkg/runtime/runtime.h#newcode88 src/pkg/runtime/runtime.h:88: * It may be an actual dedicated register such ...
11 years, 6 months ago (2012-10-06 21:59:41 UTC) #7
nigeltao
PTAL.
11 years, 6 months ago (2012-10-12 07:23:19 UTC) #8
minux1
LGTM.
11 years, 6 months ago (2012-10-12 08:06:44 UTC) #9
nigeltao
11 years, 6 months ago (2012-10-19 00:09:27 UTC) #10
*** Submitted as http://code.google.com/p/go/source/detail?r=9ef1fd2b7e47 ***

runtime: update comment for the "extern register" variables g and m.

R=rsc, minux.ma, ality
CC=dave, golang-dev
http://codereview.appspot.com/6620050
Sign in to reply to this message.

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