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: nodejs/node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1716769115509809c16baaecbb25b44ecb5a70d8
Choose a base ref
...
head repository: nodejs/node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c1dfaea3b7645b9f11a94abc7fd9c6a0f75bf44b
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Sep 25, 2023

  1. deps: V8: cherry-pick b33bf2dfd261

    Original commit message:
    
        Ignore --predictable when computing flag list hashes
    
        This allows reproducible code cache generation.
    
        Refs: #48749
    
        Change-Id: Ib4693de60ddff1fe41d95c10980f763463db3f95
        Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4681766
        Reviewed-by: Leszek Swirski <leszeks@chromium.org>
        Commit-Queue: Joyee Cheung <joyee@igalia.com>
        Cr-Commit-Position: refs/heads/main@{#88943}
    
    Refs: v8/v8@b33bf2d
    PR-URL: #49703
    Refs: v8/v8@de9a5de
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    joyeecheung authored and nodejs-github-bot committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    e074512 View commit details
    Browse the repository at this point in the history
  2. deps: V8: backport de9a5de2274f

    Original commit message:
    
        Ignore flags implied by --predictable during hash computation
    
        https://chromium-review.googlesource.com/c/v8/v8/+/4681766 added
        code to ignore --predictable during hash computation of flags
        in order to produce reproducible code cache. This turns out to
        be not enough since the flags implied by --predictable also
        need to be ignored for it to work. This patch makes sure that
        they are ignored.
    
        Change-Id: Ifa36641efe3ca105706fd293be46fc974055d2d4
        Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4851287
        Commit-Queue: Joyee Cheung <joyee@igalia.com>
        Reviewed-by: Leszek Swirski <leszeks@chromium.org>
        Reviewed-by: Patrick Thier <pthier@chromium.org>
        Cr-Commit-Position: refs/heads/main@{#90022}
    
    Refs: v8/v8@de9a5de
    PR-URL: #49703
    Refs: v8/v8@b33bf2d
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    joyeecheung authored and nodejs-github-bot committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    c1dfaea View commit details
    Browse the repository at this point in the history
Loading