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

Issue 782041: code review 782041: runtime: run all finalizers in a single goroutine. (Closed)

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

Description

runtime: run all finalizers in a single goroutine. eliminate second pass of mark+sweep by scanning finalizer table specially.

Patch Set 1 #

Patch Set 2 : code review 782041: runtime: run all finalizers in a single goroutine. #

Patch Set 3 : code review 782041: runtime: run all finalizers in a single goroutine. #

Patch Set 4 : code review 782041: runtime: run all finalizers in a single goroutine. #

Patch Set 5 : code review 782041: runtime: run all finalizers in a single goroutine. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+162 lines, -125 lines) Patch
M src/pkg/runtime/extern.go View 2 chunks +5 lines, -1 line 0 comments Download
M src/pkg/runtime/malloc.h View 3 chunks +11 lines, -3 lines 0 comments Download
M src/pkg/runtime/malloc.cgo View 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/mfinal.c View 6 chunks +38 lines, -22 lines 0 comments Download
M src/pkg/runtime/mgc0.c View 1 2 3 4 11 chunks +93 lines, -94 lines 0 comments Download
M src/pkg/runtime/proc.c View 2 chunks +2 lines, -1 line 0 comments Download
M src/pkg/runtime/runtime.h View 1 2 3 4 3 chunks +4 lines, -1 line 0 comments Download
M test/mallocfin.go View 1 2 3 chunks +8 lines, -2 lines 0 comments Download

Messages

Total messages: 3
rsc
Hello r (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 11 months ago (2010-03-26 20:59:02 UTC) #1
r
LGTM
14 years, 11 months ago (2010-03-26 21:11:16 UTC) #2
rsc
14 years, 11 months ago (2010-03-26 21:15:32 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=807317511642 ***

runtime: run all finalizers in a single goroutine.
eliminate second pass of mark+sweep
by scanning finalizer table specially.

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

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