FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

deps: V8: fix debug build by bnoordhuis · Pull Request #44392 · nodejs/node · GitHub

/ node Public

deps: V8: fix debug build - #44392

Closed
bnoordhuis wants to merge 1 commit into
nodejs:v18.x-stagingfrom
bnoordhuis:fix44371
Closed

deps: V8: fix debug build#44392
bnoordhuis wants to merge 1 commit into
nodejs:v18.x-stagingfrom
bnoordhuis:fix44371

Conversation

Copy link
Copy Markdown
Member

This is a (very) partial cherry-pick of upstream change v8/v8@f8fddd6b13
that fixes the following debug mode build error with clang:

../deps/v8/src/codegen/register.h:29:48: error: member reference
base type 'RegListBase' is not a structure or union
  int num_different_regs = RegListBase{regs...}.Count();

Fixes: #44371

This is a (very) partial cherry-pick of upstream change v8/v8@f8fddd6b13
that fixes the following debug mode build error with clang:

    ../deps/v8/src/codegen/register.h:29:48: error: member reference
    base type 'RegListBase' is not a structure or union
      int num_different_regs = RegListBase{regs...}.Count();

Fixes: nodejs#44371
bnoordhuis requested a review from targos August 25, 2022 11:19

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/v8-update

nodejs-github-bot added needs-ci PRs that need a full CI run. v18.x v8 engine Issues and PRs related to the V8 dependency. labels Aug 25, 2022
bnoordhuis removed the needs-ci PRs that need a full CI run. label Aug 25, 2022

Copy link
Copy Markdown
Member Author

I'm removing the needs-ci label because I don't think CI builds V8 in debug mode anywhere.

joyeecheung 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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

I had the same patch locally before V8 was updated

bnoordhuis added commit-queue Add this label to land a pull request using GitHub Actions. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. labels Aug 27, 2022
bnoordhuis added the request-ci Add this label to start a Jenkins CI on a PR. label Aug 29, 2022
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Aug 29, 2022

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Member

@bnoordhuis I'm about to create the next v18 proposal. But, looks like this commit isn't ready (CI red). In case you want to include it in the next v18 let me know

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Contributor

Can we do something about blocking PRs because of faulty CI? This fix really needs to land. I'm needing to cherry-pick this commit constantly so I can test my code.

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

danielleadams pushed a commit that referenced this pull request Oct 5, 2022
This is a (very) partial cherry-pick of upstream change v8/v8@f8fddd6b13
that fixes the following debug mode build error with clang:

    ../deps/v8/src/codegen/register.h:29:48: error: member reference
    base type 'RegListBase' is not a structure or union
      int num_different_regs = RegListBase{regs...}.Count();

Fixes: #44371
PR-URL: #44392
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>

Copy link
Copy Markdown
Contributor

Landed in c892f35

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. v8 engine Issues and PRs related to the V8 dependency.

Projects

None yet

Development

Successfully merging this pull request may close these issues.


Back | FazBrowse Home | New Git URL