Skip to content

lock-free init_process_flags for all archs - #45221

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
kapouer:patch-4
Oct 31, 2022
Merged

lock-free init_process_flags for all archs#45221
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
kapouer:patch-4

Conversation

@kapouer

Copy link
Copy Markdown
Contributor

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/startup

@nodejs-github-botnodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. labels Oct 28, 2022
Comment threadsrc/node.cc Outdated
Comment threadsrc/node.h Outdated
Comment threadsrc/node.cc Outdated
@kapouer
kapouerforce-pushed the patch-4 branch 2 times, most recently from 2fc42b0 to 1627557CompareOctober 28, 2022 13:19
@addaleaxaddaleax added the request-ci Add this label to start a Jenkins CI on a PR. label Oct 28, 2022
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Oct 28, 2022
@nodejs-github-bot

This comment was marked as outdated.

@kapouer

kapouer commented Oct 28, 2022

Copy link
Copy Markdown
ContributorAuthor

@addaleax changed TODO(addaleax) and wrapped line to 80 chars.

@addaleaxaddaleax added the request-ci Add this label to start a Jenkins CI on a PR. label Oct 28, 2022
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Oct 28, 2022
@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@FlarnaFlarna added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. and removed needs-ci PRs that need a full CI run. labels Oct 31, 2022
@nodejs-github-botnodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Oct 31, 2022
@nodejs-github-bot
nodejs-github-bot merged commit 3d1bdc9 into nodejs:mainOct 31, 2022
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Landed in 3d1bdc9

RafaelGSS pushed a commit that referenced this pull request Nov 1, 2022
Fix#45152
PR-URL: #45221
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
@RafaelGSSRafaelGSS mentioned this pull request Nov 1, 2022
RafaelGSS pushed a commit that referenced this pull request Nov 10, 2022
Fix#45152
PR-URL: #45221
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
danielleadams pushed a commit that referenced this pull request Dec 30, 2022
Fix#45152
PR-URL: #45221
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
danielleadams pushed a commit that referenced this pull request Jan 3, 2023
Fix#45152
PR-URL: #45221
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
addaleax added a commit to addaleax/node that referenced this pull request Jan 30, 2023
nodejs-github-bot pushed a commit that referenced this pull request Feb 2, 2023
Refs: #45221
PR-URL: #46427
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.c++Issues and PRs that require attention from people who are familiar with C++.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

init_process_flags.is_lock_free check fails on mipsel

5 participants

@kapouer@nodejs-github-bot@addaleax@juanarbol@Flarna