deps: V8: cherry-pick b25cd62c7ba2#62354
Conversation
|
Review requested:
|
|
For reference here's the original commit: v8/v8@b25cd62c7ba2 |
|
Probably better if the base were changed to v25.x-staging rather than main, so as not to clash with the V8 update PR for v26.x, otherwise LGTM. |
Good point, thanks, I will edit rebase problem |
|
(you'll need to reset your local branch to v25.x-staging, cherry-pick your backport commit 22a6e58 to it, and force push) |
22a6e58 to
c13a613
Compare
solved 🎉 |
I disagree, it's much better to land on |
The base branch was changed.
c13a613 to
22a6e58
Compare
341d473 to
e4361d4
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Original commit message:
Optimize utf8length for utf16 values
Change-Id: I4d9546ab45264852f52361123e86fa3b38d79e45
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7142019
Reviewed-by: Anton Bikineev <bikineev@chromium.org>
Reviewed-by: Erik Corry <erikcorry@chromium.org>
Commit-Queue: Erik Corry <erikcorry@chromium.org>
Cr-Commit-Position: refs/heads/main@{#103754}
Refs: v8/v8@b25cd62
PR-URL: nodejs#62354
Refs: nodejs#61601
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
e4361d4 to
8ea96e6
Compare
|
Landed in 8ea96e6 |
Original commit message:
Optimize utf8length for utf16 values
Change-Id: I4d9546ab45264852f52361123e86fa3b38d79e45
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7142019
Reviewed-by: Anton Bikineev <bikineev@chromium.org>
Reviewed-by: Erik Corry <erikcorry@chromium.org>
Commit-Queue: Erik Corry <erikcorry@chromium.org>
Cr-Commit-Position: refs/heads/main@{#103754}
Refs: v8/v8@b25cd62
PR-URL: #62354
Refs: #61601
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #62354 +/- ##
==========================================
+ Coverage 89.70% 91.55% +1.85%
==========================================
Files 691 350 -341
Lines 213943 147610 -66333
Branches 41039 23212 -17827
==========================================
- Hits 191909 135139 -56770
+ Misses 14089 12217 -1872
+ Partials 7945 254 -7691 🚀 New features to boost your workflow:
|
Original commit message:
Optimize utf8length for utf16 values
Change-Id: I4d9546ab45264852f52361123e86fa3b38d79e45
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7142019
Reviewed-by: Anton Bikineev <bikineev@chromium.org>
Reviewed-by: Erik Corry <erikcorry@chromium.org>
Commit-Queue: Erik Corry <erikcorry@chromium.org>
Cr-Commit-Position: refs/heads/main@{#103754}
Refs: v8/v8@b25cd62
PR-URL: #62354
Refs: #61601
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Original commit message:
Optimize utf8length for utf16 values
Change-Id: I4d9546ab45264852f52361123e86fa3b38d79e45
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7142019
Reviewed-by: Anton Bikineev <bikineev@chromium.org>
Reviewed-by: Erik Corry <erikcorry@chromium.org>
Commit-Queue: Erik Corry <erikcorry@chromium.org>
Cr-Commit-Position: refs/heads/main@{#103754}
Refs: v8/v8@b25cd62
PR-URL: #62354
Refs: #61601
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Backport V8 upstream commit b25cd62c7ba2 using
git node v8 backport.refs:
#61601
#62349
original commit: v8/v8@b25cd62c7ba2 @anonrig
fyi @aduh95 @Renegade334