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

Issue 13859043: code review 13859043: sync/atomic: adjust for new runtime.cas64 prototype (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 6 months ago by rsc
Modified:
10 years, 6 months ago
Reviewers:
minux1, josharian
CC:
golang-dev, minux1, josharian
Visibility:
Public.

Description

sync/atomic: adjust for new runtime.cas64 prototype

Patch Set 1 #

Patch Set 2 : diff -r 1607e9e9e6de https://code.google.com/p/go/ #

Patch Set 3 : diff -r 1607e9e9e6de https://code.google.com/p/go/ #

Patch Set 4 : diff -r 1607e9e9e6de https://code.google.com/p/go/ #

Patch Set 5 : diff -r 1607e9e9e6de https://code.google.com/p/go/ #

Patch Set 6 : diff -r 1607e9e9e6de https://code.google.com/p/go/ #

Patch Set 7 : diff -r 1607e9e9e6de https://code.google.com/p/go/ #

Patch Set 8 : diff -r b2ddbf1de068 https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -12 lines) Patch
M src/pkg/sync/atomic/asm_linux_arm.s View 1 2 3 4 5 2 chunks +14 lines, -9 lines 0 comments Download
A src/pkg/sync/atomic/atomic_linux_arm_test.go View 1 2 3 4 5 6 1 chunk +14 lines, -0 lines 0 comments Download
M src/pkg/sync/atomic/atomic_test.go View 1 2 3 4 5 3 chunks +7 lines, -3 lines 0 comments Download
A src/pkg/sync/atomic/export_linux_arm_test.go View 1 2 3 4 5 6 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 7
rsc
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
10 years, 6 months ago (2013-09-24 15:05:40 UTC) #1
minux1
LGTM. Thanks.
10 years, 6 months ago (2013-09-24 16:28:59 UTC) #2
josharian
On 2013/09/24 15:05:40, rsc wrote: > Hello mailto:golang-dev@googlegroups.com, > > I'd like you to review ...
10 years, 6 months ago (2013-09-24 16:50:08 UTC) #3
rsc
Hello golang-dev@googlegroups.com, minux.ma@gmail.com, josharian@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
10 years, 6 months ago (2013-09-24 17:22:34 UTC) #4
rsc
I added a test explicitly running generalCAS64, so that we do not have to find ...
10 years, 6 months ago (2013-09-24 17:23:30 UTC) #5
josharian
On 2013/09/24 17:23:30, rsc wrote: > I added a test explicitly running generalCAS64, so that ...
10 years, 6 months ago (2013-09-24 18:13:06 UTC) #6
rsc
10 years, 6 months ago (2013-09-24 19:54:51 UTC) #7
*** Submitted as https://code.google.com/p/go/source/detail?r=351b6fe0ae36 ***

sync/atomic: adjust for new runtime.cas64 prototype

R=golang-dev, minux.ma, josharian
CC=golang-dev
https://codereview.appspot.com/13859043
Sign in to reply to this message.

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