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

Commits on Jun 1, 2022

  1. tools: update V8 gypfiles for 9.6

    PR-URL: #40488
    Backport-PR-URL: #43247
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    targos authored and juanarbol committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    47cdddf View commit details
    Browse the repository at this point in the history
  2. tools: disable trap handler for Windows cross-compiler

    `handler-outside-simulator.cc` uses inline assembly, which is not
    supported by MSVC.
    
    PR-URL: #40488
    Backport-PR-URL: #43247
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    targos authored and juanarbol committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    feac215 View commit details
    Browse the repository at this point in the history
Loading