LGTM On Wed, Jul 2, 2014 at 10:31 AM, <minux@golang.org> wrote: > Reviewers: rsc, iant, ...
10 years, 11 months ago
(2014-07-02 00:37:55 UTC)
#2
LGTM
On Wed, Jul 2, 2014 at 10:31 AM, <minux@golang.org> wrote:
> Reviewers: rsc, iant,
>
> Message:
> Hello rsc@golang.org, iant@golang.org (cc:
> golang-codereviews@googlegroups.com),
>
> I'd like you to review this change to
> https://code.google.com/p/go
>
>
> Description:
> sync/atomic: nacl/arm support.
>
> Please review this at https://codereview.appspot.com/110330044/
>
> Affected files (+3, -3 lines):
> M src/pkg/sync/atomic/asm_nacl_arm.s
>
>
> Index: src/pkg/sync/atomic/asm_nacl_arm.s
> ===================================================================
> copy from src/pkg/sync/atomic/asm_netbsd_arm.s
> copy to src/pkg/sync/atomic/asm_nacl_arm.s
> --- a/src/pkg/sync/atomic/asm_netbsd_arm.s
> +++ b/src/pkg/sync/atomic/asm_nacl_arm.s
> @@ -1,11 +1,11 @@
> -// Copyright 2013 The Go Authors. All rights reserved.
> +// Copyright 2014 The Go Authors. All rights reserved.
> // Use of this source code is governed by a BSD-style
> // license that can be found in the LICENSE file.
>
> #include "../../../cmd/ld/textflag.h"
>
> -// NetBSD/ARM atomic operations.
> -// TODO(minux): this only supports ARMv6K or higher.
> +// NaCl/ARM atomic operations.
> +// NaCl/ARM explicitly targets ARMv7A.
>
> TEXT ·CompareAndSwapInt32(SB),NOSPLIT,$0
> B ·CompareAndSwapUint32(SB)
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-codereviews" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-codereviews+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
Issue 110330044: code review 110330044: sync/atomic: nacl/arm support.
(Closed)
Created 10 years, 11 months ago by minux
Modified 10 years, 11 months ago
Reviewers: gobot
Base URL:
Comments: 0