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

tools: fix --v8-non-optimized-debug for v18.x by joyeecheung · Pull Request #50612 · nodejs/node · GitHub

/ node Public

tools: fix --v8-non-optimized-debug for v18.x - #50612

Closed
joyeecheung wants to merge 1 commit into
nodejs:v18.x-stagingfrom
joyeecheung:slow-dcheck
Closed

tools: fix --v8-non-optimized-debug for v18.x#50612
joyeecheung wants to merge 1 commit into
nodejs:v18.x-stagingfrom
joyeecheung:slow-dcheck

Conversation

Copy link
Copy Markdown
Member

Disable SLOW_DCHECKs on v18.x because they don't compile without the patches in https://bugs.chromium.org/p/v8/issues/detail?id=12887 if used in constexpr, which can happen in other floated patches.

Disable SLOW_DCHECKs on v18.x because they don't compile without
the patches in https://bugs.chromium.org/p/v8/issues/detail?id=12887
if used in constexpr, which can happen in other floated patches.

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/gyp
  • @nodejs/v8-update

nodejs-github-bot added needs-ci PRs that need a full CI run. tools Issues and PRs related to the tools directory. v18.x v8 engine Issues and PRs related to the V8 dependency. labels Nov 7, 2023
targos added the request-ci Add this label to start a Jenkins CI on a PR. label Nov 12, 2023
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Nov 12, 2023

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

joyeecheung added the commit-queue Add this label to land a pull request using GitHub Actions. label Nov 15, 2023

targos commented Nov 27, 2023

Copy link
Copy Markdown
Member

Landed in a1c9403

targos pushed a commit that referenced this pull request Nov 27, 2023
Disable SLOW_DCHECKs on v18.x because they don't compile without
the patches in https://bugs.chromium.org/p/v8/issues/detail?id=12887
if used in constexpr, which can happen in other floated patches.

PR-URL: #50612
Reviewed-By: Michaël Zasso <targos@protonmail.com>
targos closed this Nov 27, 2023
sercher added a commit to sercher/graaljs that referenced this pull request Apr 25, 2024
Disable SLOW_DCHECKs on v18.x because they don't compile without
the patches in https://bugs.chromium.org/p/v8/issues/detail?id=12887
if used in constexpr, which can happen in other floated patches.

PR-URL: nodejs/node#50612
Reviewed-By: Michaël Zasso <targos@protonmail.com>
sercher added a commit to sercher/graaljs that referenced this pull request Apr 25, 2024
Disable SLOW_DCHECKs on v18.x because they don't compile without
the patches in https://bugs.chromium.org/p/v8/issues/detail?id=12887
if used in constexpr, which can happen in other floated patches.

PR-URL: nodejs/node#50612
Reviewed-By: Michaël Zasso <targos@protonmail.com>
panva removed the commit-queue Add this label to land a pull request using GitHub Actions. label Nov 27, 2024
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

needs-ci PRs that need a full CI run. tools Issues and PRs related to the tools directory. v8 engine Issues and PRs related to the V8 dependency.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL