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

Issue 139560044: code review 139560044: runtime: save correct pid for new m's on plan9/amd64 (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 7 months ago by ality
Modified:
10 years, 7 months ago
Reviewers:
aram, 0intro, lucio
CC:
rsc, golang-codereviews, mischief
Visibility:
Public.

Description

runtime: save correct pid for new m's on plan9/amd64 The pid field in the Tos structure is a 32-bit value. Loading a 64-bit word also brings in the next field which is used for the profiling clock.

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/runtime/sys_plan9_amd64.s View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 10
ality
Hello rsc@golang.org (cc: 0intro@gmail.com, aram@mgk.ro, golang-codereviews@googlegroups.com, mischief@offblast.org), I'd like you to review this change to ...
10 years, 7 months ago (2014-09-12 07:43:17 UTC) #1
0intro
LGTM
10 years, 7 months ago (2014-09-12 07:57:48 UTC) #2
aram
LGTM
10 years, 7 months ago (2014-09-12 08:04:33 UTC) #3
ality
0intro@gmail.com once said: > LGTM I'm going to submit this. It's small enough and it's ...
10 years, 7 months ago (2014-09-12 08:21:11 UTC) #4
ality
*** Submitted as https://code.google.com/p/go/source/detail?r=acc325ce0f2e *** runtime: save correct pid for new m's on plan9/amd64 The ...
10 years, 7 months ago (2014-09-12 08:22:06 UTC) #5
0intro
> I'm going to submit this. It's small enough and it's > fixing a bug ...
10 years, 7 months ago (2014-09-12 08:23:03 UTC) #6
ality
A nice "ok" to top off a big column of "fail". Let's see if it ...
10 years, 7 months ago (2014-09-12 08:56:24 UTC) #7
lucio
That was nothing short of "inspired". I'll have to build me a 64-bit Plan 9 ...
10 years, 7 months ago (2014-09-12 09:47:40 UTC) #8
aram
This was my fault. We need typed assembly language: http://research.microsoft.com/en-us/projects/talproj There were another two hard ...
10 years, 7 months ago (2014-09-12 09:52:37 UTC) #9
lucio
10 years, 7 months ago (2014-09-12 10:01:06 UTC) #10
It's still inspired!  You're all doing great work.  I do wish I was in
a better place, intellectually and geographically, to be of help.

Lucio.


On 9/12/14, aram@mgk.ro <aram@mgk.ro> wrote:
> This was my fault. We need typed assembly language:
> http://research.microsoft.com/en-us/projects/talproj
>
> There were another two hard to find bugs that were caused by me using a
> MOVQ instead of MOVL.
>
> https://codereview.appspot.com/139560044/
>
Sign in to reply to this message.

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