mirrored from https://chromium.googlesource.com/v8/v8.git
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump semver from 6.3.0 to 6.3.1 in /tools #72
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/npm_and_yarn/tools/semver-6.3.1
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v6.3.1/CHANGELOG.md) - [Commits](npm/node-semver@v6.3.0...v6.3.1) --- updated-dependencies: - dependency-name: semver dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
reposynch bot
pushed a commit
to hexagon-geo-surv/v8
that referenced
this pull request
Aug 27, 2023
M108 merge issues: src/baseline/baseline-compiler.h: JumpIfRoot and JumpIfNotRoot aren't present in 108 src/baseline/baseline-compiler.cc: UpdateInterruptBudgetAndJumpToLabel: - There's no DCHECK_LT weight check in 108. VisitJumpLoop: - The UpdateInterruptBudgetAndJumpToLabel call at the end of the block doesn't exist in 108 src/interpreter/interpreter-assembler.h/cc: DecreaseInterruptBudget isn't present in 108 test/mjsunit/mjsunit.status: wasm/simd-lane-memory64 and regress/regress-1320641 aren't skipped in 108 .. since interrupts may trigger code deoptimization, which in turn invalidates assumptions we've already checked at the beginning of OnStackReplacement. This CL disables the stack check as part of the bytecode budget interrupt, i.e. we don't call stack_guard()->HandleInterrupts() in Runtime_BytecodeBudgetInterrupt_{Ignition,Sparkplug}. (cherry picked from commit c2eda65) Fixed: chromium:1432470,chromium:1442603 Change-Id: I63dc51812741161cfb2f1cdb67c46e269d37f0f6 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4518604 Commit-Queue: Jakob Linke <jgruber@chromium.org> Cr-Original-Commit-Position: refs/heads/main@{#87590} No-Try: true No-Presubmit: true No-Tree-Checks: true Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4577218 Reviewed-by: Toon Verwaest <verwaest@chromium.org> Commit-Queue: Roger Felipe Zanoni da Silva <rzanoni@google.com> Cr-Commit-Position: refs/branch-heads/10.8@{v8#72} Cr-Branched-From: f1bc03f-refs/heads/10.8.168@{#1} Cr-Branched-From: 237de89-refs/heads/main@{#83672}
reposynch bot
pushed a commit
to hexagon-geo-surv/v8
that referenced
this pull request
Jan 21, 2024
Change-Id: Id58f21d9aabe406332af09dc6c4a1af2a620631a Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5200228 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/11.4@{v8#72} Cr-Branched-From: 8a8a1e7-refs/heads/11.4.183@{#1} Cr-Branched-From: 5483d8e-refs/heads/main@{#87241}
hubot
pushed a commit
that referenced
this pull request
Sep 26, 2024
Change-Id: Ib69ec11c358f7b4f509df9afaffa562cdaf371f6 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5892458 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/12.8@{#72} Cr-Branched-From: 70cbb39-refs/heads/12.8.374@{#1} Cr-Branched-From: 451b63e-refs/heads/main@{#95151}
hubot
pushed a commit
that referenced
this pull request
Oct 18, 2024
If Scavenger interleaves MarkCompact that performs compaction on EPT, there may be some evacuation entries allocated in the young EPT that would back-point to the Scavenger's from-space. Add a new phase that updates all the evacuation entries in the young EPT up until `start_of_evacation_area`. (cherry picked from commit 1a2b08e) Bug: 358485426 Change-Id: Ic23e57ff38279d4e93964cf21ee62eb01ebe8e61 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5834610 Commit-Queue: Toon Verwaest <verwaest@chromium.org> Reviewed-by: Igor Sheludko <ishell@chromium.org> Reviewed-by: Anton Bikineev <bikineev@chromium.org> Reviewed-by: Toon Verwaest <verwaest@chromium.org> Cr-Commit-Position: refs/branch-heads/12.6@{#72} Cr-Branched-From: 3c9fa12-refs/heads/12.6.228@{#2} Cr-Branched-From: 981bb15-refs/heads/main@{#93835}
hubot
pushed a commit
that referenced
this pull request
Jan 30, 2025
…n stability Bug: 390465670 (cherry picked from commit f920b6b) Change-Id: I0b430909275e583e5c0ecf2840e143fef461cbad Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6218882 Reviewed-by: Darius Mercadier <dmercadier@chromium.org> Commit-Queue: Darius Mercadier <dmercadier@chromium.org> Auto-Submit: Olivier Flückiger <olivf@chromium.org> Commit-Queue: Olivier Flückiger <olivf@chromium.org> Cr-Commit-Position: refs/branch-heads/13.2@{#72} Cr-Branched-From: 24068c5-refs/heads/13.2.152@{#1} Cr-Branched-From: 6054ba9-refs/heads/main@{#97085}
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps semver from 6.3.0 to 6.3.1.
Release notes
Sourced from semver's releases.
Changelog
Sourced from semver's changelog.
... (truncated)
Commits
44d27bc
chore: release 6.3.1928e56d
fix: better handling of whitespace (#591)39f6326
chore:@npmcli/template-oss
@4
.16.0Maintainer changes
This version was pushed to npm by lukekarrys, a new releaser for semver since your current version.
You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.