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

Issue 5993043: code review 5993043: runtime: add lock-free stack (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: add lock-free stack This is factored out part of the: http://codereview.appspot.com/5279048/ (parallel GC)

Patch Set 1 #

Patch Set 2 : diff -r d685ccae1668 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r d685ccae1668 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r d685ccae1668 https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r d685ccae1668 https://go.googlecode.com/hg/ #

Patch Set 6 : diff -r d685ccae1668 https://go.googlecode.com/hg/ #

Patch Set 7 : diff -r d685ccae1668 https://go.googlecode.com/hg/ #

Patch Set 8 : diff -r adcf5dd2a580 https://go.googlecode.com/hg/ #

Patch Set 9 : diff -r adcf5dd2a580 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+222 lines, -0 lines) Patch
M src/pkg/runtime/export_test.go View 1 1 chunk +11 lines, -0 lines 0 comments Download
A src/pkg/runtime/lfstack.c View 1 1 chunk +64 lines, -0 lines 0 comments Download
A src/pkg/runtime/lfstack_test.go View 1 2 3 4 5 6 1 chunk +130 lines, -0 lines 0 comments Download
M src/pkg/runtime/runtime.h View 1 2 3 4 5 3 chunks +17 lines, -0 lines 0 comments Download

Messages

Total messages: 3
dvyukov
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
12 years ago (2012-04-06 13:25:34 UTC) #1
rsc
LGTM
12 years ago (2012-04-10 19:16:53 UTC) #2
dvyukov
12 years ago (2012-04-12 07:49:41 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=5365b466f901 ***

runtime: add lock-free stack
This is factored out part of the:
http://codereview.appspot.com/5279048/
(parallel GC)

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

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