Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: v8/v8
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 10.9.194.4
Choose a base ref
...
head repository: v8/v8
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 10.9.194.6
Choose a head ref
  • 4 commits
  • 5 files changed
  • 3 contributors

Commits on Nov 29, 2022

  1. Merged: [sandbox] Do not trigger GC during EPT entry allocation

    This simplifies some call sites as they do not need to worry about
    stores to external pointer fields (especially lazily initialized ones)
    triggering GCs. This also keeps the sandbox and non-sandbox mode more
    consistent, as these stores will never trigger GC in non-sandbox builds.
    Since there must be millions of objects that own the external pointer
    table entries, the chances are quite high that GCs will anyway be
    scheduled. If not, we should instead see if we can introduce an API
    to only schedule incremental marking but not perform GC finalization.
    
    Bug: v8:13535
    Cr-Commit-Position: refs/heads/main@{#84508}
    (cherry picked from commit 852aa18)
    
    Change-Id: I767de315ca9e672b4b5a878292da9eee1e64c213
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4062036
    Reviewed-by: Michael Lippautz <[email protected]>
    Commit-Queue: Samuel Groß <[email protected]>
    Cr-Commit-Position: refs/branch-heads/10.9@{#8}
    Cr-Branched-From: 8ade6bf-refs/heads/10.9.194@{#1}
    Cr-Branched-From: 9ff2515-refs/heads/main@{#84164}
    Samuel Groß authored and V8 LUCI CQ committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    38fec2d View commit details
    Browse the repository at this point in the history
  2. Version 10.9.194.5

    Change-Id: Ife5504f3a97bd6bcc443d52a01dcf10037eeb16b
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4063911
    Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/10.9@{#9}
    Cr-Branched-From: 8ade6bf-refs/heads/10.9.194@{#1}
    Cr-Branched-From: 9ff2515-refs/heads/main@{#84164}
    V8 Autoroll committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    15cc76b View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Merged: [parser] Fix eval tracking

    Due to mismatch in strictness we otherwise invalidly mark scopes as
    calling sloppy eval.
    
    Bug: chromium:1394403
    (cherry picked from commit 27fa951)
    
    Change-Id: I8be97570588ba117f212991fd873b407e788b593
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4066542
    Commit-Queue: Igor Sheludko <[email protected]>
    Reviewed-by: Toon Verwaest <[email protected]>
    Cr-Commit-Position: refs/branch-heads/10.9@{#10}
    Cr-Branched-From: 8ade6bf-refs/heads/10.9.194@{#1}
    Cr-Branched-From: 9ff2515-refs/heads/main@{#84164}
    verwaest authored and V8 LUCI CQ committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    7002ce2 View commit details
    Browse the repository at this point in the history
  2. Version 10.9.194.6

    Change-Id: I3093c03d8a6ea6e9c4ee71e5b8cd94cbe1043ce7
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4070686
    Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/10.9@{#11}
    Cr-Branched-From: 8ade6bf-refs/heads/10.9.194@{#1}
    Cr-Branched-From: 9ff2515-refs/heads/main@{#84164}
    V8 Autoroll committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    50c39f3 View commit details
    Browse the repository at this point in the history
Loading