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

Issue 204053: code review 204053: runtime: instrument malloc + garbage collector. (Closed)

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

Description

runtime: instrument malloc + garbage collector. add simple garbage collection benchmark.

Patch Set 1 #

Patch Set 2 : code review 204053: runtime: instrument malloc + garbage collector. #

Patch Set 3 : code review 204053: runtime: instrument malloc + garbage collector. #

Total comments: 2

Patch Set 4 : code review 204053: runtime: instrument malloc + garbage collector. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+340 lines, -2 lines) Patch
M src/pkg/runtime/darwin/386/sys.s View 1 chunk +16 lines, -0 lines 0 comments Download
M src/pkg/runtime/darwin/amd64/sys.s View 2 chunks +12 lines, -1 line 0 comments Download
M src/pkg/runtime/extern.go View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M src/pkg/runtime/freebsd/386/sys.s View 1 chunk +17 lines, -0 lines 0 comments Download
M src/pkg/runtime/freebsd/amd64/sys.s View 1 chunk +15 lines, -0 lines 0 comments Download
M src/pkg/runtime/linux/386/sys.s View 1 chunk +17 lines, -0 lines 0 comments Download
M src/pkg/runtime/linux/amd64/sys.s View 1 2 3 1 chunk +15 lines, -0 lines 0 comments Download
M src/pkg/runtime/malloc.h View 1 2 3 1 chunk +10 lines, -1 line 0 comments Download
M src/pkg/runtime/malloc.cgo View 1 2 3 3 chunks +4 lines, -0 lines 0 comments Download
M src/pkg/runtime/mgc0.c View 3 chunks +7 lines, -0 lines 0 comments Download
M src/pkg/runtime/msize.c View 1 chunk +4 lines, -0 lines 0 comments Download
M src/pkg/runtime/runtime.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M src/pkg/runtime/runtime.c View 1 chunk +11 lines, -0 lines 0 comments Download
A test/garbage/parser.go View 1 2 3 1 chunk +201 lines, -0 lines 0 comments Download

Messages

Total messages: 5
rsc
Hello iant (cc: golang-dev@googlegroups.com), I'd like you to review this change.
15 years, 1 month ago (2010-02-06 02:54:45 UTC) #1
iant
LGTM http://codereview.appspot.com/204053/diff/1015/1022 File src/pkg/runtime/linux/amd64/sys.s (right): http://codereview.appspot.com/204053/diff/1015/1022#newcode50 src/pkg/runtime/linux/amd64/sys.s:50: SYSCALL On x86_64 GNU/Linux it's more efficient to ...
15 years, 1 month ago (2010-02-06 05:28:09 UTC) #2
rsc
> src/pkg/runtime/linux/amd64/sys.s:50: SYSCALL > On x86_64 GNU/Linux it's more efficient to use the VDSO call. ...
15 years, 1 month ago (2010-02-06 20:38:57 UTC) #3
rsc
On Sat, Feb 6, 2010 at 12:38, Russ Cox <rsc@golang.org> wrote: >> src/pkg/runtime/linux/amd64/sys.s:50: SYSCALL >> ...
15 years, 1 month ago (2010-02-06 22:46:27 UTC) #4
rsc
15 years, 1 month ago (2010-02-08 22:32:26 UTC) #5
*** Submitted as http://code.google.com/p/go/source/detail?r=2ddbfdba7dad ***

runtime: instrument malloc + garbage collector.
add simple garbage collection benchmark.

R=iant
CC=golang-dev
http://codereview.appspot.com/204053
Sign in to reply to this message.

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