You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/04/13 16:42:00 UTC

[jira] [Commented] (IMPALA-9428) Add arm64 atomic ops

    [ https://issues.apache.org/jira/browse/IMPALA-9428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17082466#comment-17082466 ] 

ASF subversion and git services commented on IMPALA-9428:
---------------------------------------------------------

Commit c52b1d8a689584f5502822cecd54c363c768f71d in impala's branch refs/heads/master from zhaorenhai
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=c52b1d8 ]

IMPALA-9428 Add arm64 atomic ops

Atomic ops are implemented by asm.
Different arc have diffent implementation.
Here add arm64 atomic ops implementation.
The file atomicops-internals-arm64.h is originally from here:
https://github.com/protocolbuffers/protobuf/blob/3.5.x/src/google/protobuf/stubs/atomicops_internals_arm64_gcc.h
and the commit hash is ec021f5.
And I changed some instructions to newer version base
 the original file, such as ldxr + memory barrier was
 changed to ldaxr which has memory barrier natively.
And also added some funtions which impala use.

Change-Id: I469e0169193ad6ad8acca2a800c8b3f043083ddd


> Add arm64 atomic ops
> --------------------
>
>                 Key: IMPALA-9428
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9428
>             Project: IMPALA
>          Issue Type: Sub-task
>            Reporter: zhaorenhai
>            Assignee: zhaorenhai
>            Priority: Major
>             Fix For: Impala 4.0
>
>
> Atomic ops are implemented by asm.
> Different arc have diffent implementation.
> Here add arm64 atomic ops implementation.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org