Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
85 commits
Select commit Hold shift + click to select a range
1769d74
esm: populate separate cache for require(esm) in imported CJS
joyeecheung Sep 8, 2025
12a2462
module: only put directly require-d ESM into require.cache
joyeecheung Sep 17, 2025
39147c1
module: use sync cjs when importing cts
marco-ippolito Oct 2, 2025
2e91b28
module: handle null source from async loader hooks in sync hooks
joyeecheung Oct 14, 2025
b9240bc
module: fix sync resolve hooks for require with node: prefixes
joyeecheung Dec 22, 2025
9a2e213
module: do not wrap module._load when tracing is not enabled
joyeecheung Jan 26, 2026
5065a0a
module: do not invoke resolve hooks twice for imported cjs
joyeecheung Feb 2, 2026
db72272
deps: use npm undici@six tag in `update-undici.sh`
mcollina May 4, 2026
5f9bb8e
tools: revert tools GHA workflow to ubuntu-latest
richardlau Feb 28, 2026
005508d
doc: remove obsolete Boxstarter automated install
MikeMcC399 Feb 14, 2026
d333f48
deps: V8: cherry-pick 5f1342c20b59
Liedtke Mar 18, 2024
f0dbe81
deps: V8: cherry-pick b2f3aea23a01
thibaudmichaud Mar 21, 2024
71e5a59
deps: V8: cherry-pick c734674e03f9
manoskouk Apr 1, 2024
67c8b2c
deps: V8: cherry-pick 692f3d526a38
sjrd Apr 10, 2024
d358687
deps: V8: cherry-pick cf03d55db2a0
thibaudmichaud Apr 10, 2024
d0c24a2
deps: V8: cherry-pick b8f91e510e0f
thibaudmichaud Apr 16, 2024
5e7db13
deps: V8: backport 910cb91733dc
jakobkummerow Jun 4, 2024
e3d65c7
deps: V8: backport 89dc6eab605c
thibaudmichaud Jun 10, 2024
a2df2d8
deps: V8: backport 323942700cfe
thibaudmichaud Oct 2, 2024
a1799a4
deps: V8: backport 63b8849d73ae
thibaudmichaud Oct 9, 2024
eae2c27
deps: V8: cherry-pick 8e214ec3ec8c
thibaudmichaud Oct 9, 2024
92804cd
deps: V8: cherry-pick e7ccf0af1bdd
thibaudmichaud Oct 10, 2024
2268567
deps: V8: cherry-pick 7cb6188cf913
thibaudmichaud Oct 16, 2024
1d1f445
deps: V8: cherry-pick b96e40d5ac85
backes Oct 16, 2024
dcc60d5
deps: V8: backport 9997fc013952
thibaudmichaud Oct 23, 2024
0860971
deps: V8: backport 1b27e4674f11
thibaudmichaud Feb 10, 2025
ec11f3c
deps: V8: backport 85b390089e51
thibaudmichaud Mar 18, 2025
578a9a9
src: clamp WriteUtf8 capacity to INT_MAX in EncodeInto
semimikoh Apr 7, 2026
daaead3
test: simplify encodeInto large buffer regression test
semimikoh Apr 7, 2026
d568a1b
deps: upgrade npm to 10.9.8
npm-cli-bot Mar 27, 2026
447fb9a
meta: persist sccache daemon until end of build workflows
Renegade334 Feb 4, 2026
89ad7dc
tools: enforce removal of `lts-watch-*` labels on release proposals
aduh95 Feb 6, 2026
cf39566
src: fix flags argument offset in JSUdpWrap
cuiweixie Feb 23, 2026
363f9a9
test: skip `test-url` on `--shared-ada` builds
aduh95 Mar 1, 2026
17c0a61
tools: fix parsing of commit trailers in `lint-release-proposal` GHA
aduh95 Mar 2, 2026
4a09efb
crypto: update root certificates to NSS 3.121
nodejs-github-bot Mar 31, 2026
3a27669
deps: upgrade openssl sources to openssl-3.5.6
nodejs-github-bot Apr 7, 2026
b6957e1
deps: update archs files for openssl-3.5.6
nodejs-github-bot Apr 7, 2026
57fb008
test: update tls junk data error expectations
panva Apr 9, 2026
977ef80
url: process crash via malformed UNC hostname in pathToFileURL()
NickNaso Apr 30, 2026
785b00c
meta: pass release version to release worker
flakey5 Apr 17, 2026
79aa32c
deps: update googletest to 73a63ea05dc8ca29ec1d2c1d66481dd0de1950f1
nodejs-github-bot Mar 14, 2026
ffda97a
deps: update googletest to 2461743991f9aa53e9a3625eafcbacd81a3c74cd
nodejs-github-bot Mar 31, 2026
b8ddbc1
deps: update llhttp to 9.3.1
nodejs-github-bot Feb 18, 2026
3ff8ffd
deps: remove stale OpenSSL arch configs
Renegade334 Feb 19, 2026
d339497
deps: update nbytes to 0.1.3
nodejs-github-bot Feb 20, 2026
1a5cec0
deps: update acorn to 8.16.0
nodejs-github-bot Feb 25, 2026
f49b51d
deps: update acorn-walk to 8.3.5
nodejs-github-bot Feb 25, 2026
22ff2d8
deps: update simdjson to 4.3.1
nodejs-github-bot Feb 25, 2026
bbcce09
deps: update sqlite to 3.52.0
nodejs-github-bot Mar 10, 2026
b819cb9
deps: update amaro to 1.1.6
nodejs-github-bot Feb 3, 2026
ae5c162
deps: update amaro to 1.1.7
nodejs-github-bot Feb 8, 2026
73cac05
deps: update amaro to 1.1.8
nodejs-github-bot Mar 10, 2026
e742ab7
deps: update sqlite to 3.51.3
nodejs-github-bot Mar 17, 2026
0226c8d
deps: update simdjson to 4.5.0
nodejs-github-bot Mar 30, 2026
e4c0d99
deps: update timezone to 2026a
nodejs-github-bot Mar 11, 2026
2fdb5ce
http2: fix FileHandle leak in respondWithFile
Han5991 Feb 8, 2026
32831b5
doc: fix broken links of net.md
samuel871211 Feb 9, 2026
c224450
doc: fix spacing in process message event
avivkeller Feb 10, 2026
3ea39ff
doc: fix dropdown menu being obscured at <600px due to stacking context
leolightwork Feb 10, 2026
9f45080
doc: fix methods being documented as properties in `process.md`
aduh95 Feb 10, 2026
ee02966
http: fix keep-alive socket reuse race in requestOnFinish
martinslota Feb 6, 2026
ecfa766
tools: fix auto-start-ci
aduh95 Feb 20, 2026
57c3035
stream: fix decoded fromList chunk boundary check
watson Feb 22, 2026
4f78090
crypto: fix potential null pointer dereference when BIO_meth_new() fails
ndossche Feb 24, 2026
f22ebdc
doc: fix small logic error in DETECT_MODULE_SYNTAX
Renegade334 Mar 1, 2026
aa2c1ec
lib: fix source map url parse in dynamic imports
legendecas Mar 3, 2026
37c2fd6
esm: fix path normalization in `finalizeResolution`
aduh95 Mar 16, 2026
02797de
doc: fix small environment_variables typo
chohner Mar 18, 2026
a64bdb5
doc: fix overstated Date header requirement in response.sendDate
kovan Mar 24, 2026
ad8f518
zlib: fix use-after-free when reset() is called during write
mcollina Mar 26, 2026
2f1e573
doc: update Juan's security steward info
juanarbol Feb 11, 2026
9fad6ce
doc: clarify async caveats for `events.once()`
Renegade334 Feb 12, 2026
c54652f
doc: remove incorrect mention of `module` in `typescript.md`
robpalme Feb 18, 2026
4045c76
doc: clarify status of feature request issues
aduh95 Feb 22, 2026
70b8e6b
doc: rename invalid `function` parameter
Renegade334 Feb 24, 2026
8e20976
doc: explicitly mention Slack handle
RafaelGSS Feb 25, 2026
1855829
doc: fix module.stripTypeScriptTypes indentation
Renegade334 Feb 25, 2026
491be80
doc: add efekrskl as triager
efekrskl Mar 6, 2026
1fc86fc
doc: add note (and caveat) for `mock.module` about customization hooks
JakobJingleheimer Mar 11, 2026
6ec9a70
doc: clarify fs.ReadStream and fs.WriteStream are not constructable
kovan Mar 17, 2026
d807558
doc: add path to vulnerabilities.json mention
RafaelGSS Mar 22, 2026
9b57979
doc: add Rafael to last security release steward
RafaelGSS Mar 26, 2026
45b3506
doc,src,test: fix dead inspector help URL
semimikoh Apr 20, 2026
fdfa0ff
2026-05-13, Version 22.22.3 'Jod' (LTS)
marco-ippolito May 11, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
deps: V8: backport 910cb91733dc
Original commit message:

    [wasm][liftoff][arm64] Fix DropExceptionValueAtOffset

    We cannot exit the iteration early, we must update all entries
    in the cache state.

    Fixed: 343748812
    Change-Id: I8353acb7bd0edc4b979db92e44d24cb9028fd92b
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5596273
    Reviewed-by: Clemens Backes <clemensb@chromium.org>
    Commit-Queue: Clemens Backes <clemensb@chromium.org>
    Auto-Submit: Jakob Kummerow <jkummerow@chromium.org>
    Commit-Queue: Jakob Kummerow <jkummerow@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#94244}

Refs: v8/v8@910cb91733dc
PR-URL: #62783
Reviewed-By: Xuguang Mei <meixuguang@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
jakobkummerow authored and marco-ippolito committed May 11, 2026
commit 5e7db133de1bdde4cf4337a2d516f690ce55e097
2 changes: 1 addition & 1 deletion common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

# Reset this number to 0 on major V8 upgrades.
# Increment by one for each non-official patch applied to deps/v8.
'v8_embedder_string': '-node.45',
'v8_embedder_string': '-node.46',

##### V8 defaults for Node.js #####

Expand Down
11 changes: 6 additions & 5 deletions deps/v8/src/wasm/baseline/liftoff-assembler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -430,12 +430,13 @@ void LiftoffAssembler::DropExceptionValueAtOffset(int offset) {
slot != end; ++slot) {
*slot = *(slot + 1);
stack_offset = NextSpillOffset(slot->kind(), stack_offset);
// Padding could allow us to exit early.
if (slot->offset() == stack_offset) break;
if (slot->is_stack()) {
MoveStackValue(stack_offset, slot->offset(), slot->kind());
// Padding could cause some spill offsets to remain the same.
if (slot->offset() != stack_offset) {
if (slot->is_stack()) {
MoveStackValue(stack_offset, slot->offset(), slot->kind());
}
slot->set_offset(stack_offset);
}
slot->set_offset(stack_offset);
}
cache_state_.stack_state.pop_back();
}
Expand Down