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

Issue 7386044: code review 7386044: runtime: introduce entersyscallblock() (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years ago by dvyukov
Modified:
12 years ago
Reviewers:
CC:
golang-dev, rsc
Visibility:
Public.

Description

runtime: introduce entersyscallblock() In preparation for the new scheduler.

Patch Set 1 #

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

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -5 lines) Patch
M src/pkg/runtime/cpuprof.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/mheap.c View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/runtime/proc.c View 1 2 3 1 chunk +53 lines, -0 lines 0 comments Download
M src/pkg/runtime/runtime.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/pkg/runtime/sigqueue.goc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/time.goc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8
dvyukov
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://dvyukov%40google.com@code.google.com/p/go/
12 years ago (2013-02-20 16:03:36 UTC) #1
rsc
LGTM
12 years ago (2013-02-20 16:05:13 UTC) #2
rsc
NOT LGTM, sorry
12 years ago (2013-02-20 16:05:36 UTC) #3
rsc
entersyscall will soon be recording in g->sched the pc of its caller, for use tracing ...
12 years ago (2013-02-20 16:08:54 UTC) #4
dvyukov
On 2013/02/20 16:08:54, rsc wrote: > entersyscall will soon be recording in g->sched the pc ...
12 years ago (2013-02-20 16:17:13 UTC) #5
dvyukov
On 2013/02/20 16:17:13, dvyukov wrote: > On 2013/02/20 16:08:54, rsc wrote: > > entersyscall will ...
12 years ago (2013-02-20 16:17:33 UTC) #6
rsc
LGTM thanks
12 years ago (2013-02-20 16:18:21 UTC) #7
dvyukov
12 years ago (2013-02-20 16:23:50 UTC) #8
*** Submitted as https://code.google.com/p/go/source/detail?r=d2f4fe93c8d6 ***

runtime: introduce entersyscallblock()
In preparation for the new scheduler.

R=golang-dev, rsc
CC=golang-dev
https://codereview.appspot.com/7386044
Sign in to reply to this message.

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