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

Issue 7429048: code review 7429048: runtime: add atomic xchg64 (Closed)

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

Description

runtime: add atomic xchg64 It will be handy for network poller.

Patch Set 1 #

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

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

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -0 lines) Patch
M src/pkg/runtime/asm_amd64.s View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M src/pkg/runtime/atomic_386.c View 1 2 3 1 chunk +13 lines, -0 lines 0 comments Download
M src/pkg/runtime/atomic_arm.c View 1 2 3 1 chunk +13 lines, -0 lines 0 comments Download
M src/pkg/runtime/runtime.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/pkg/runtime/runtime.c View 1 1 chunk +4 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://dvyukov%40google.com@code.google.com/p/go/
11 years, 2 months ago (2013-03-02 12:17:24 UTC) #1
rsc
LGTM
11 years, 2 months ago (2013-03-04 15:07:34 UTC) #2
dvyukov
11 years, 2 months ago (2013-03-05 08:00:15 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=db1736b03009 ***

runtime: add atomic xchg64
It will be handy for network poller.

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

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