Skip to content

tracing: use ‘real’ atomics - #26156

Closed
addaleax wants to merge 1 commit into
nodejs:masterfrom
addaleax:no-pretend-atomics
Closed

tracing: use ‘real’ atomics#26156
addaleax wants to merge 1 commit into
nodejs:masterfrom
addaleax:no-pretend-atomics

Conversation

@addaleax

Copy link
Copy Markdown
Member

Use actual atomic operations instead of things that are
named as if they were atomics, but aren’t.

Refs: #26100

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Use actual atomic operations instead of things that are
named as if they were atomics, but aren’t.
Refs: nodejs#26100
@addaleaxaddaleax added the trace_events Issues and PRs related to V8, Node.js core, and userspace code trace events. label Feb 16, 2019
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-botnodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Feb 16, 2019

@devsnekdevsnek left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it was totally atomic already because... uh... they ran on computers made of atoms!

@addaleax

Copy link
Copy Markdown
MemberAuthor

@addaleax

Copy link
Copy Markdown
MemberAuthor

Landed in 1c71c0c

@addaleax
addaleax deleted the no-pretend-atomics branch February 19, 2019 18:57
addaleax added a commit that referenced this pull request Feb 19, 2019
Use actual atomic operations instead of things that are
named as if they were atomics, but aren’t.
Refs: #26100
PR-URL: #26156
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Yang Guo <yangguo@chromium.org>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com>
addaleax added a commit that referenced this pull request Feb 21, 2019
Use actual atomic operations instead of things that are
named as if they were atomics, but aren’t.
Refs: #26100
PR-URL: #26156
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Yang Guo <yangguo@chromium.org>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com>
@BridgeARBridgeAR mentioned this pull request Feb 26, 2019
rvagg pushed a commit that referenced this pull request Feb 28, 2019
Use actual atomic operations instead of things that are
named as if they were atomics, but aren’t.
Refs: #26100
PR-URL: #26156
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Yang Guo <yangguo@chromium.org>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++Issues and PRs that require attention from people who are familiar with C++.trace_eventsIssues and PRs related to V8, Node.js core, and userspace code trace events.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@addaleax@nodejs-github-bot@eugeneo@jasnell@hashseed@cjihrig@devsnek