Skip to content

Conversation

@mabr0wn
Copy link

@mabr0wn mabr0wn commented Oct 9, 2018

pulling from master repo

pulling from master repo
@mabr0wn mabr0wn closed this Oct 9, 2018
peterwmwong pushed a commit to peterwmwong/v8 that referenced this pull request Dec 9, 2018
This reverts commit caed2cc.

Reason for revert: Breaks layout tests, e.g.

https://test-results.appspot.com/data/layout_results/V8-Blink_Linux_64__dbg_/14924/webkit_layout_tests%20%28with%20patch%29/layout-test-results/results.html

crash log for renderer (pid <unknown>):
STDOUT: <empty>
STDERR: 
STDERR: 
STDERR: #
STDERR: # Fatal error in ../../v8/src/base/platform/elapsed-timer.h, line 24
STDERR: # Debug check failed: !IsStarted().
STDERR: #
STDERR: #
STDERR: #
STDERR: #FailureMessage Object: 0x7ffc46707640#0 0x565409263b6f base::debug::StackTrace::StackTrace()
STDERR: #1 0x56540a8a32fb gin::(anonymous namespace)::PrintStackTrace()
STDERR: #2 0x56540a8980d8 V8_Fatal()
STDERR: #3 0x56540a897e35 v8::base::(anonymous namespace)::DefaultDcheckHandler()
STDERR: v8#4 0x565407971f02 v8::base::ElapsedTimer::Start()
STDERR: v8#5 0x565407d08edf v8::internal::TimedHistogram::Start()
STDERR: v8#6 0x565407e500d5 v8::internal::IncrementalMarking::AdvanceIncrementalMarkingOnAllocation()
STDERR: v8#7 0x565407e4f977 v8::internal::IncrementalMarking::Observer::Step()
STDERR: v8#8 0x565407e48092 v8::internal::AllocationObserver::AllocationStep()
STDERR: v8#9 0x565407eb0751 v8::internal::SpaceWithLinearArea::InlineAllocationStep()
STDERR: v8#10 0x565407eb3e44 v8::internal::NewSpace::EnsureAllocation()
STDERR: v8#11 0x565407e258ff v8::internal::NewSpace::AllocateRaw()
STDERR: v8#12 0x565407e06b2d v8::internal::Heap::AllocateRaw()
STDERR: v8#13 0x565407e432ef v8::internal::Heap::AllocateRawWithLightRetry()
STDERR: v8#14 0x565407e433cf v8::internal::Heap::AllocateRawWithRetryOrFail()
STDERR: v8#15 0x565407e04d48 v8::internal::Factory::NewFixedArrayWithFiller()
STDERR: v8#16 0x565407fd6339 v8::internal::HashTable<>::New()
STDERR: v8#17 0x565407fd7be8 v8::internal::HashTable<>::EnsureCapacity()
STDERR: v8#18 0x565407fc7e95 v8::internal::Dictionary<>::Add()
STDERR: v8#19 0x565407fcf453 v8::internal::BaseNameDictionary<>::Add()
STDERR: v8#20 0x565407f89ee4 v8::internal::LookupIterator::ApplyTransitionToDataProperty()
STDERR: v8#21 0x5654080036e2 v8::internal::Object::AddDataProperty()
STDERR: v8#22 0x56540793061f v8::internal::(anonymous namespace)::DefineDataProperty()
STDERR: v8#23 0x56540792da59 v8::internal::(anonymous namespace)::InstantiateObject()
STDERR: v8#24 0x56540792b75a v8::internal::(anonymous namespace)::InstantiateFunction()
STDERR: v8#25 0x56540792b4db v8::internal::ApiNatives::InstantiateFunction()
STDERR: v8#26 0x5654079594bf v8::FunctionTemplate::GetFunction()
STDERR: v8#27 0x56540a7af74e blink::V8ObjectConstructor::CreateInterfaceObject()
STDERR: v8#28 0x56540a7afe01 blink::V8PerContextData::ConstructorForTypeSlowCase()
STDERR: v8#29 0x56540a7afdd6 blink::V8PerContextData::ConstructorForTypeSlowCase()
STDERR: v8#30 0x56540a7afdd6 blink::V8PerContextData::ConstructorForTypeSlowCase()
STDERR: v8#31 0x56540a7afcb4 blink::V8PerContextData::CreateWrapperFromCacheSlowCase()
STDERR: v8#32 0x56540a7aef73 blink::V8DOMWrapper::CreateWrapper()
STDERR: v8#33 0x56540a7abf6b blink::ScriptWrappable::Wrap()
STDERR: v8#34 0x56540a677199 blink::V8Document::documentElementAttributeGetterCallback()
STDERR: v8#35 0x565407a0aec3 v8::internal::FunctionCallbackArguments::Call()
STDERR: v8#36 0x565407a097be v8::internal::(anonymous namespace)::HandleApiCallHelper<>()
STDERR: v8#37 0x565407a0877b v8::internal::Builtins::InvokeApiFunction()
STDERR: v8#38 0x565407fe785a v8::internal::Object::GetPropertyWithAccessor()
STDERR: v8#39 0x565407fe697e v8::internal::Object::GetProperty()
STDERR: v8#40 0x565407ec8c71 v8::internal::LoadIC::Load()
STDERR: v8#41 0x565407ed6401 v8::internal::__RT_impl_Runtime_LoadIC_Miss()
STDERR: v8#42 0x5654087593f2 <unknown>
STDERR: [16162:16185:1122/143518.356897:WARNING:crash_handler_host_linux.cc(341)] Could not translate tid, attempt = 1 retry ...


Original change's description:
> [heap] Improve embedder tracing during incremental marking
> 
> Add a path into embedder tracing on allocation. This is safe as as Blink
> is not allowed to call into V8 during object construction.
> 
> Bug: chromium:843903
> Change-Id: I5af053c3169f5a33778ebce5d7c5c43e4efb1aa4
> Reviewed-on: https://chromium-review.googlesource.com/c/1348749
> Commit-Queue: Michael Lippautz <[email protected]>
> Reviewed-by: Ulan Degenbaev <[email protected]>
> Cr-Commit-Position: refs/heads/master@{#57757}

[email protected],[email protected]

Change-Id: Ide2c0b284b52bee17573adcc89f14be4e40dab91
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: chromium:843903
Reviewed-on: https://chromium-review.googlesource.com/c/1349189
Reviewed-by: Yang Guo <[email protected]>
Commit-Queue: Yang Guo <[email protected]>
Cr-Commit-Position: refs/heads/master@{#57759}
junhuaw pushed a commit to junhuaw/v8 that referenced this pull request Feb 6, 2019
…erty"

Revision: 4401ac4

NOTRY=true
NOPRESUBMIT=true
NOTREECHECKS=true
[email protected]

Change-Id: I739a4c6a9bba8b5ab4629a0ca9417f01712bf039
Reviewed-on: https://chromium-review.googlesource.com/c/1385268
Reviewed-by: Dmitry Gozman <[email protected]>
Cr-Commit-Position: refs/branch-heads/7.2@{v8#27}
Cr-Branched-From: 6acd03c-refs/heads/7.2.502@{#1}
Cr-Branched-From: b03041d-refs/heads/master@{#57910}
Teemperor pushed a commit to Teemperor/v8 that referenced this pull request May 25, 2019
Revision: e80082b

BUG=chromium:944062
LOG=N
NOTRY=true
NOPRESUBMIT=true
NOTREECHECKS=true
[email protected]

Change-Id: Ia3d6ecd7eadc336244630176eb73481b87de1622
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1538519
Reviewed-by: Sigurd Schneider <[email protected]>
Cr-Commit-Position: refs/branch-heads/7.4@{v8#27}
Cr-Branched-From: 3e8a733-refs/heads/7.4.288@{#1}
Cr-Branched-From: d077f9b-refs/heads/master@{#60039}
billti pushed a commit to billti/v8 that referenced this pull request Apr 6, 2020
Revision: 68099bf

BUG=chromium:1051017
NOTRY=true
NOPRESUBMIT=true
NOTREECHECKS=true
[email protected]

Change-Id: I34a8092441d62fb658403e502684ef9fb7323ba7
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2064970
Reviewed-by: Georg Neis <[email protected]>
Commit-Queue: Georg Neis <[email protected]>
Cr-Commit-Position: refs/branch-heads/8.1@{v8#27}
Cr-Branched-From: a4dcd39-refs/heads/8.1.307@{#1}
Cr-Branched-From: f22c213-refs/heads/master@{#66031}
ghost referenced this pull request in riscv-collab/v8 Jul 15, 2020
…g-dev'

Resolve "Floating point comparison/branch"

Closes #27

See merge request swlab/swe/v8!48
Kwizatz pushed a commit to AeonGames/v8 that referenced this pull request Sep 2, 2020
TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com

Change-Id: I726b473a92a0e42570feb4459e58f1d59524bce3
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2308109
Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/8.5@{v8#27}
Cr-Branched-From: a7f8bc4-refs/heads/8.5.210@{#1}
Cr-Branched-From: dd58472-refs/heads/master@{#68510}
ceejatec pushed a commit to couchbasedeps/v8-mirror that referenced this pull request Sep 24, 2020
Revision: 1036012

BUG=chromium:964273,chromium:968683
LOG=N
NOTRY=true
NOPRESUBMIT=true
NOTREECHECKS=true
[email protected]

Change-Id: I7d616c2a3c666550c3c9867524c934ce8d08259b
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1840152
Reviewed-by: Mythri Alle <[email protected]>
Cr-Commit-Position: refs/branch-heads/7.8@{v8#27}
Cr-Branched-From: 73694fd-refs/heads/7.8.279@{#1}
Cr-Branched-From: 2314928-refs/heads/master@{#63555}
ceejatec pushed a commit to couchbasedeps/v8-mirror that referenced this pull request Sep 24, 2020
Merged into 7.7

Revision: 580da89

BUG=v8:9146
LOG=N
NOTRY=true
NOPRESUBMIT=true
NOTREECHECKS=true
[email protected]

Change-Id: I1a92a99b14658d337fe76cb232d2c0e4113c0da7
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1847153
Reviewed-by: Michael Achenbach <[email protected]>
Commit-Queue: Liviu Rau <[email protected]>
Cr-Commit-Position: refs/branch-heads/7.7@{v8#27}
Cr-Branched-From: 4035531-refs/heads/7.7.299@{#1}
Cr-Branched-From: 1320c91-refs/heads/master@{#62881}
ceejatec pushed a commit to couchbasedeps/v8-mirror that referenced this pull request Sep 24, 2020
Revision: 84cd9a8

NOTRY=true
NOPRESUBMIT=true
NOTREECHECKS=true
[email protected]

Bug: chromium:1015945
Change-Id: I69d049cbdc15b0e115a7192b496ab6ca6a58db0f
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1883555
Reviewed-by: Sigurd Schneider <[email protected]>
Cr-Commit-Position: refs/branch-heads/7.9@{v8#27}
Cr-Branched-From: be181e2-refs/heads/7.9.317@{#1}
Cr-Branched-From: 0d7889d-refs/heads/master@{#64307}
ceejatec pushed a commit to couchbasedeps/v8-mirror that referenced this pull request Sep 24, 2020
TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com

Change-Id: I41ec7cdbd4fba2e91db3b2901a466cc27622dcdc
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2004850
Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/8.0@{v8#27}
Cr-Branched-From: 69827db-refs/heads/8.0.426@{v8#2}
Cr-Branched-From: 2fe1552-refs/heads/master@{#65318}
ceejatec pushed a commit to couchbasedeps/v8-mirror that referenced this pull request Sep 24, 2020
TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com

Change-Id: Ib20660a9fcb36bbd1201cb79495fbac3956db347
Reviewed-on: https://chromium-review.googlesource.com/c/1478712
Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/7.3@{v8#27}
Cr-Branched-From: 9df9418-refs/heads/7.3.492@{v8#2}
Cr-Branched-From: be213cf-refs/heads/master@{#59024}
ceejatec pushed a commit to couchbasedeps/v8-mirror that referenced this pull request Sep 24, 2020
TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com

Cq-Include-Trybots: luci.chromium.try:linux_chromium_rel_ng
Change-Id: I234d7a10a681ae3a7003b72dfdc05cee6d991e06
Reviewed-on: https://chromium-review.googlesource.com/c/1309880
Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/7.1@{v8#27}
Cr-Branched-From: f70aaa8-refs/heads/7.1.302@{#1}
Cr-Branched-From: 1dbcc78-refs/heads/master@{#56462}
ceejatec pushed a commit to couchbasedeps/v8-mirror that referenced this pull request Sep 24, 2020
TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com

Change-Id: Iba3b63bd9dbafb307293e2100fc2363222eadb29
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1679147
Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/7.6@{v8#27}
Cr-Branched-From: 2cb2573-refs/heads/7.6.303@{#1}
Cr-Branched-From: 201c509-refs/heads/master@{#61902}
ceejatec pushed a commit to couchbasedeps/v8-mirror that referenced this pull request Sep 24, 2020
TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com

Change-Id: If61be7a616a32a15cdddfd10477063b7638f8723
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1602297
Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/7.5@{v8#27}
Cr-Branched-From: 35b9bf5-refs/heads/7.5.288@{#1}
Cr-Branched-From: 912b391-refs/heads/master@{#60911}
ceejatec pushed a commit to couchbasedeps/v8-mirror that referenced this pull request Sep 24, 2020
TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com

Change-Id: I3d3ccbcec1990001db968249c1f0c841b1214c18
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2242018
Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/8.3@{v8#27}
Cr-Branched-From: 1668abd-refs/heads/8.3.110@{#1}
Cr-Branched-From: 04a7a68-refs/heads/master@{#66926}
ceejatec pushed a commit to couchbasedeps/v8-mirror that referenced this pull request Sep 24, 2020
TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com

Change-Id: I8e6c80c23d10db38d27d4336ae63e01025e9ca30
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2245221
Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/8.4@{v8#27}
Cr-Branched-From: 88ed2e3-refs/heads/8.4.371@{#1}
Cr-Branched-From: 35f88bf-refs/heads/master@{#67773}
Kwizatz pushed a commit to AeonGames/v8 that referenced this pull request Oct 28, 2020
TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com

Change-Id: Iaae0c88557671886c04038a3fbd77cd775f15684
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2469196
Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/8.6@{v8#27}
Cr-Branched-From: a64aed2-refs/heads/8.6.395@{#1}
Cr-Branched-From: a626bc0-refs/heads/master@{#69472}
Kwizatz pushed a commit to AeonGames/v8 that referenced this pull request Feb 6, 2021
TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com

Change-Id: Iffc4328965f56fa086248e92202f27a2f3d75620
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2620203
Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/8.8@{v8#27}
Cr-Branched-From: 2dbcdc1-refs/heads/8.8.278@{#1}
Cr-Branched-From: 366d30c-refs/heads/master@{#71094}
Kwizatz pushed a commit to AeonGames/v8 that referenced this pull request Apr 29, 2021
TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com

Change-Id: I5df421d8c9291e27f230d8b7720ce0caf76c9c5f
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2790517
Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/9.0@{v8#27}
Cr-Branched-From: bd0108b-refs/heads/9.0.257@{#1}
Cr-Branched-From: 349bcc6-refs/heads/master@{#73001}
Kwizatz pushed a commit to AeonGames/v8 that referenced this pull request Jul 25, 2021
TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com

Change-Id: I210d427eff6ebb6a8cbe6ca57c991c09ca1af241
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2837261
Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/9.1@{v8#27}
Cr-Branched-From: 0e4ac64-refs/heads/9.1.269@{#1}
Cr-Branched-From: f565e72-refs/heads/master@{#73847}
salewski pushed a commit to salewski/v8 that referenced this pull request Aug 26, 2021
InstructionSelector::ZeroExtendsWord32ToWord64 assumes that a
Load[kRepWord8|kTypeInt32] generates a zero-extended value. This
assumption makes sense, but was not fulfilled by the instruction
selector which emitted an "ldrsb" instruction which sign-extended to the
full 64-bit register.

This CL fixes that by introducing a separate "LdrsbW" instruction which
is selected if we are sign-extending an 8-bit value to 32-bit.

[email protected]

(cherry picked from commit 748ae7c)

Bug: chromium:1239116
Change-Id: I865853679601bd3214d5b552267e522aa5a03fd3
No-Try: true
No-Presubmit: true
No-Tree-Checks: true
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3097456
Reviewed-by: Clemens Backes <[email protected]>
Commit-Queue: Clemens Backes <[email protected]>
Cr-Commit-Position: refs/branch-heads/9.3@{v8#27}
Cr-Branched-From: 7744dce-refs/heads/9.3.345@{#1}
Cr-Branched-From: 4b6b4ca-refs/heads/master@{#75728}
BenPope pushed a commit to BenPope/v8 that referenced this pull request Dec 10, 2021
TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com

Change-Id: I21f8764eaae02816c35525772bd9bec9d6837417
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3293222
Reviewed-by: Liviu Rau <[email protected]>
Commit-Queue: Liviu Rau <[email protected]>
Cr-Commit-Position: refs/branch-heads/9.6@{v8#27}
Cr-Branched-From: 0b7bda0-refs/heads/9.6.180@{#1}
Cr-Branched-From: 41a5a24-refs/heads/main@{#77244}
Kwizatz pushed a commit to AeonGames/v8 that referenced this pull request Jun 27, 2022
Change-Id: Iced5e67648811111e1a04483198947dd6a0403c4
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3595962
Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/10.1@{v8#27}
Cr-Branched-From: b003970-refs/heads/10.1.124@{#1}
Cr-Branched-From: e62f556-refs/heads/main@{#79503}
cb-robot pushed a commit to couchbasedeps/v8-mirror that referenced this pull request Aug 24, 2022
…in calls

Revision: 35f774c

NOTRY=true
NOPRESUBMIT=true
NOTREECHECKS=true
[email protected]

Bug: chromium:1225258
Change-Id: Ifd0d5feaac6ff0b5229ce984f7f2bd8bd669847b
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3001167
Reviewed-by: Toon Verwaest <[email protected]>
Cr-Commit-Position: refs/branch-heads/9.2@{v8#27}
Cr-Branched-From: 5123834-refs/heads/9.2.230@{#1}
Cr-Branched-From: 587a04f-refs/heads/master@{#74656}
cb-robot pushed a commit to couchbasedeps/v8-mirror that referenced this pull request Aug 24, 2022
…cess"

This reverts commit ebd99c6.

Reason for revert: Misses dependencies.

Original change's description:
> Merged: [TurboFan] Optional FunctionTemplateInfo with heap access
>
> This CL makes direct heap access consistent with the serialized mode by
> correctly skipping optimizations if we encounter a FunctionTemplateInfo
> that is unknown to the broker, because we haven't seen it during
> serialization.
>
> (cherry picked from commit 5d1a7c6)
>
> Bug: chromium:1158322
> Change-Id: I150f726324435fb89a61286d5a76af616ba81c09
> No-Try: true
> No-Presubmit: true
> No-Tree-Checks: true
> Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2656315
> Commit-Queue: Nico Hartmann <[email protected]>
> Reviewed-by: Lutz Vahl <[email protected]>
> Cr-Commit-Position: refs/branch-heads/8.9@{v8#24}
> Cr-Branched-From: 16b9bbb-refs/heads/8.9.255@{#1}
> Cr-Branched-From: d16a2a6-refs/heads/master@{#72039}

[email protected],[email protected]

Change-Id: I75263799470f4afe5b491730c2aa8f585cacd986
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: chromium:1158322
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2658325
Reviewed-by: Nico Hartmann <[email protected]>
Commit-Queue: Nico Hartmann <[email protected]>
Cr-Commit-Position: refs/branch-heads/8.9@{v8#27}
Cr-Branched-From: 16b9bbb-refs/heads/8.9.255@{#1}
Cr-Branched-From: d16a2a6-refs/heads/master@{#72039}
cb-robot pushed a commit to couchbasedeps/v8-mirror that referenced this pull request Aug 24, 2022
Revision: 8b2e269

BUG=chromium:1136844
NOTRY=true
NOPRESUBMIT=true
NOTREECHECKS=true
[email protected]

Change-Id: I62a9ff978ae4e1f83f81fa52643d85cc05f1779b
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3145412
Reviewed-by: Almothana Athamneh <[email protected]>
Commit-Queue: Michael Achenbach <[email protected]>
Cr-Commit-Position: refs/branch-heads/9.4@{v8#27}
Cr-Branched-From: 3b51863-refs/heads/9.4.146@{#1}
Cr-Branched-From: 2890419-refs/heads/master@{#76233}
cb-robot pushed a commit to couchbasedeps/v8-mirror that referenced this pull request Aug 24, 2022
... when allocating Code objects from background thread.

Bug: chromium:1329012, chromium:1330887
(cherry picked from commit a4d12a8)

Change-Id: I1c31f188b9ca84fa73a778133db5ac1f402b00dc
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3723502
Commit-Queue: Igor Sheludko <[email protected]>
Reviewed-by: Michael Lippautz <[email protected]>
Cr-Commit-Position: refs/branch-heads/10.3@{v8#27}
Cr-Branched-From: 1a8f4ca-refs/heads/10.3.174@{#1}
Cr-Branched-From: 8fbefa4-refs/heads/main@{#80471}
cb-robot pushed a commit to couchbasedeps/v8-mirror that referenced this pull request Aug 24, 2022
Change-Id: I3dba2cb3fbadd93aa613e5feeaa34b4926c5dbb2
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3580893
Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/10.0@{v8#27}
Cr-Branched-From: 6ea73a7-refs/heads/10.0.139@{#1}
Cr-Branched-From: ccc6890-refs/heads/main@{#79131}
patrik-lengweiler pushed a commit to hexagon-geo-surv/v8 that referenced this pull request May 31, 2023
Instead of returning nullptr, just always call FatalProcessOutOfMemory
when we cannot allocate more memory.
In a follow-up CL, this should be extended to first try to run a GC and
see if this freed enough memory.
This CL is intentionally minimal in order to make it backmergable.

The unittest for WasmCodeManager needs to be refactored into a
parameterized test, such that each individual (parameterized) test can
die with OOM without affecting other tests.

[email protected]
NOTRY=true
NOPRESUBMIT=true
NOTREECHECKS=true

Bug: chromium:822266
Change-Id: Id9c5f87cceafe4be02e1a274fe83c39df0c5f0c4
Reviewed-on: https://chromium-review.googlesource.com/973964
Reviewed-by: Michael Starzinger <[email protected]>
Commit-Queue: Clemens Hammacher <[email protected]>
Cr-Commit-Position: refs/branch-heads/6.6@{v8#27}
Cr-Branched-From: d500271-refs/heads/6.6.346@{#1}
Cr-Branched-From: 265ef0b-refs/heads/master@{#51624}
patrik-lengweiler pushed a commit to hexagon-geo-surv/v8 that referenced this pull request May 31, 2023
[email protected]

Cq-Include-Trybots: master.tryserver.chromium.linux:linux_chromium_rel_ng
Change-Id: I5008b819ac6a5b89af2f8981268d6364bc545b66
Reviewed-on: https://chromium-review.googlesource.com/728040
Reviewed-by: v8 autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6.3@{v8#27}
Cr-Branched-From: 094a7c9-refs/heads/6.3.292@{#1}
Cr-Branched-From: 18b8fbb-refs/heads/master@{#48432}
patrik-lengweiler pushed a commit to hexagon-geo-surv/v8 that referenced this pull request May 31, 2023
[email protected]

Cq-Include-Trybots: master.tryserver.chromium.linux:linux_chromium_rel_ng
Change-Id: I25942fce67aeda4fb26cfdc7be82fe133e299c3f
Reviewed-on: https://chromium-review.googlesource.com/848038
Reviewed-by: v8 autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6.4@{v8#27}
Cr-Branched-From: 0407506-refs/heads/6.4.388@{#1}
Cr-Branched-From: a5fc4e0-refs/heads/master@{#49724}
patrik-lengweiler pushed a commit to hexagon-geo-surv/v8 that referenced this pull request May 31, 2023
Change-Id: I417020745ea50c19cf40b818aa5367c8c7bbfe71
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3946695
Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/10.7@{v8#27}
Cr-Branched-From: 4d2145c-refs/heads/10.7.193@{#1}
Cr-Branched-From: 9521696-refs/heads/main@{#83201}
patrik-lengweiler pushed a commit to hexagon-geo-surv/v8 that referenced this pull request Jul 5, 2023
The CL caused a spike of crashes with the signature:
GlobalHandlesWeakRootsUpdatingVisitor::UpdatePointer()

Revert this temporarily to unblock Beta.

(cherry picked from commit 629368a)
(cherry picked from commit 7b650dab3643292bd27ad423d228b7cae9b7fc2e)

Bug: chromium:1441372
Change-Id: I98982ed84c40b76c5386f1f779f009f247ffa88f
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4589073
Reviewed-by: Michael Lippautz <[email protected]>
Commit-Queue: Michael Lippautz <[email protected]>
Commit-Queue: Anton Bikineev <[email protected]>
Auto-Submit: Anton Bikineev <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#88062}
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4589075
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4660512
Commit-Queue: Lutz Vahl <[email protected]>
Reviewed-by: Lutz Vahl <[email protected]>
Cr-Commit-Position: refs/branch-heads/11.5@{v8#27}
Cr-Branched-From: 0c4044b-refs/heads/11.5.150@{#1}
Cr-Branched-From: b71d303-refs/heads/main@{#87781}
reposynch bot pushed a commit to hexagon-geo-surv/v8 that referenced this pull request Aug 6, 2023
Change-Id: I351d07e95e0f75a6e0d774c5811002f49d119059
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4748039
Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/11.6@{v8#27}
Cr-Branched-From: e29c028-refs/heads/11.6.189@{v8#3}
Cr-Branched-From: 95cbef2-refs/heads/main@{#88340}
reposynch bot pushed a commit to hexagon-geo-surv/v8 that referenced this pull request Sep 3, 2023
Change-Id: I358d9b41b468bbdd44e7009217b8ce5a3d19b537
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4834052
Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/11.7@{v8#27}
Cr-Branched-From: fe60869-refs/heads/11.7.439@{#1}
Cr-Branched-From: aeb4552-refs/heads/main@{#89415}
reposynch bot pushed a commit to hexagon-geo-surv/v8 that referenced this pull request Nov 13, 2023
Change-Id: Ie197258a68e26d026c7f1c0b71776632d2dbfd6c
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4921158
Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/11.8@{v8#27}
Cr-Branched-From: 935bdbf-refs/heads/11.8.172@{#1}
Cr-Branched-From: b82a911-refs/heads/main@{#89779}
reposynch bot pushed a commit to hexagon-geo-surv/v8 that referenced this pull request Dec 17, 2023
Under specific circumstances involving a combination of the
ValueNumberingReducer and loop unrolling, we ended up with a phi as
an rtt input for a wasm-gc allocation. This was not handled correctly
by the `WasmGCTypeReducer`, which expected an `RttCanonOp` input.
We are fixing this by resolving phis to identical rtts in the
RequiredOptimizationReducer.

(cherry picked from commit 7d113bf)

Bug: chromium:1507779
Change-Id: Iacafc6982ec2a22655203a47cbb8d3f0a6785058
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5088207
Reviewed-by: Matthias Liedtke <[email protected]>
Commit-Queue: Manos Koukoutos <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#91355}
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5116183
Auto-Submit: Manos Koukoutos <[email protected]>
Reviewed-by: Jakob Kummerow <[email protected]>
Commit-Queue: Jakob Kummerow <[email protected]>
Cr-Commit-Position: refs/branch-heads/12.1@{v8#27}
Cr-Branched-From: b74ef6f-refs/heads/12.1.285@{#1}
Cr-Branched-From: 32857fb-refs/heads/main@{#91313}
reposynch bot pushed a commit to hexagon-geo-surv/v8 that referenced this pull request Jan 7, 2024
Change-Id: I7f82ca8bebe3799cfe566779fc2db73ce88859e9
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5157275
Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/12.0@{v8#27}
Cr-Branched-From: ed7b4ca-refs/heads/12.0.267@{#1}
Cr-Branched-From: 210e75b-refs/heads/main@{#90651}
hubot pushed a commit that referenced this pull request Feb 12, 2024
Change-Id: Iebc9422949c0c65bb9d83586f84210163e71821e
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5283846
Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/12.2@{#27}
Cr-Branched-From: 6eb5a96-refs/heads/12.2.281@{#1}
Cr-Branched-From: 44cf56d-refs/heads/main@{#91934}
hubot pushed a commit that referenced this pull request Mar 25, 2024
Change-Id: I441aacdc0c6091ccbbee22818d6e45e373fc7e48
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5392302
Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/12.3@{#27}
Cr-Branched-From: a86e197-refs/heads/12.3.219@{#1}
Cr-Branched-From: 21869f7-refs/heads/main@{#92385}
hubot pushed a commit that referenced this pull request Apr 18, 2024
Change-Id: I43fc18818341057221a53fa752de1a6a5c907a71
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5463334
Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/12.4@{#27}
Cr-Branched-From: 309640d-refs/heads/12.4.254@{#1}
Cr-Branched-From: 5dc2470-refs/heads/main@{#92862}
hubot pushed a commit that referenced this pull request Jun 10, 2024
Change-Id: Ieda5aa69bc6d1fbffc6b65af85f34a2e23cfbdc3
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5612691
Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/12.5@{#27}
Cr-Branched-From: 15b9756-refs/heads/12.5.227@{#1}
Cr-Branched-From: 497d857-refs/heads/main@{#93350}
hubot pushed a commit that referenced this pull request Jun 10, 2024
Change-Id: I42b623ee1face31317154c6c11a6f929f3beb8e2
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5617930
Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/12.6@{#27}
Cr-Branched-From: 3c9fa12-refs/heads/12.6.228@{#2}
Cr-Branched-From: 981bb15-refs/heads/main@{#93835}
hubot pushed a commit that referenced this pull request Jul 15, 2024
Change-Id: Id144ea794ff6fee5da6b0e5955688eafbde35e0b
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5707211
Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/12.7@{#27}
Cr-Branched-From: 35cc908-refs/heads/12.7.224@{#1}
Cr-Branched-From: 6d60e67-refs/heads/main@{#94324}
hubot pushed a commit that referenced this pull request Aug 14, 2024
Change-Id: Id5bff95a1e58a1f3c4b3740e5e1f2cc38752e53b
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5782966
Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/12.8@{#27}
Cr-Branched-From: 70cbb39-refs/heads/12.8.374@{#1}
Cr-Branched-From: 451b63e-refs/heads/main@{#95151}
hubot pushed a commit that referenced this pull request Sep 8, 2024
If Scavenger interleaves MarkCompact that performs compaction on EPT,
there may be some evacuation entries allocated in the young EPT that
would back-point to the Scavenger's from-space. Add a new phase that
updates all the evacuation entries in the young EPT up until
`start_of_evacation_area`.

(cherry picked from commit 1a2b08e)

Bug: 358485426
Change-Id: Ic23e57ff38279d4e93964cf21ee62eb01ebe8e61
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5805957
Reviewed-by: Samuel Groß <[email protected]>
Reviewed-by: Michael Lippautz <[email protected]>
Commit-Queue: Anton Bikineev <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#95827}
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5839896
Cr-Commit-Position: refs/branch-heads/12.9@{#27}
Cr-Branched-From: 64a21d7-refs/heads/12.9.202@{#1}
Cr-Branched-From: da4200b-refs/heads/main@{#95679}
hubot pushed a commit that referenced this pull request Oct 3, 2024
Fixed: 369630648
(cherry picked from commit 259a5f8)

Change-Id: I6c3c372403cd85e17e8995d6b86d2dadc73926d4
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5907400
Auto-Submit: Olivier Flückiger <[email protected]>
Commit-Queue: Samuel Groß <[email protected]>
Reviewed-by: Samuel Groß <[email protected]>
Commit-Queue: Olivier Flückiger <[email protected]>
Cr-Commit-Position: refs/branch-heads/13.0@{#27}
Cr-Branched-From: 4be854b-refs/heads/13.0.245@{#1}
Cr-Branched-From: 1f5183f-refs/heads/main@{#96103}
hubot pushed a commit that referenced this pull request Nov 28, 2024
Version incremented at https://cr-buildbucket.appspot.com/build/8730040533396002401

Change-Id: Ib40ce7bfdcb9b8133509e7f52ee48be9ea2756dc
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6056749
Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/13.1@{#27}
Cr-Branched-From: 7998da6-refs/heads/13.1.201@{#1}
Cr-Branched-From: 5e9af2a-refs/heads/main@{#96554}
hubot pushed a commit that referenced this pull request Nov 28, 2024
Version incremented at https://cr-buildbucket.appspot.com/build/8730013165849664561

Change-Id: I8cb6934307ee311570e1d240b073a06569559c8a
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6054099
Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/13.2@{#27}
Cr-Branched-From: 24068c5-refs/heads/13.2.152@{#1}
Cr-Branched-From: 6054ba9-refs/heads/main@{#97085}
hubot pushed a commit that referenced this pull request Jan 21, 2025
Version incremented at https://cr-buildbucket.appspot.com/build/8725116587400099777

Change-Id: Idd56ce9a4eff838d15743fc4330a28047434a699
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6185555
Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/13.3@{#27}
Cr-Branched-From: 41dacff-refs/heads/13.3.415@{#1}
Cr-Branched-From: 3348638-refs/heads/main@{#97937}
hubot pushed a commit that referenced this pull request Feb 24, 2025
Explicitly check the denormal flushing flag in DoubleToRadixString, to
avoid the compiler optimizing away checks against zero.

Bug: 382005099
Fixed: 397731718
(cherry picked from commit 00b8fba)

Change-Id: Ia83aa98f5cce7f5a02455043fc06144cf495a56d
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6299389
Commit-Queue: Jakob Kummerow <[email protected]>
Auto-Submit: Leszek Swirski <[email protected]>
Reviewed-by: Jakob Kummerow <[email protected]>
Cr-Commit-Position: refs/branch-heads/13.4@{#27}
Cr-Branched-From: 0f87a54-refs/heads/13.4.114@{#1}
Cr-Branched-From: 27af2e9-refs/heads/main@{#98459}
hubot pushed a commit that referenced this pull request May 30, 2025
Version incremented at https://cr-buildbucket.appspot.com/build/8713443353912688801

Change-Id: I5a1ce17db05c65f7ea811bb189037da862fa07b3
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6605167
Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/13.6@{#27}
Cr-Branched-From: 04fa9cb-refs/heads/13.6.233@{#1}
Cr-Branched-From: f6be482-refs/heads/main@{#99571}
hubot pushed a commit that referenced this pull request Jun 6, 2025
Version incremented at https://cr-buildbucket.appspot.com/build/8712794833518142609

Change-Id: I8a316ff5ef44c827d051f68445e3fd617c61e76c
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6627146
Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/13.7@{#27}
Cr-Branched-From: dd5370d-refs/heads/13.7.152@{#1}
Cr-Branched-From: fa9b753-refs/heads/main@{#99927}
hubot pushed a commit that referenced this pull request Jun 10, 2025
Even if the return type of an API function is `void`, there is still a
return value in JavaScript, undefined.

This CL hard-codes the return value in the assembly code of the
`DeoptimizationEntry_LazyAfterFastCall` builtin. Ideally the return
value is handled in a continuation builtin, as suggested in
crbug.com/418936518, but that turned out to be more difficult than
expected.

[email protected]

Bug: 422099361

(cherry picked from commit 32a6c8d)

Change-Id: If41513f25ef6f7afb7c021adebd9560e9587a7ba
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6625585
Commit-Queue: Andreas Haas <[email protected]>
Reviewed-by: Leszek Swirski <[email protected]>
Cr-Commit-Position: refs/branch-heads/13.8@{#27}
Cr-Branched-From: 61ddd47-refs/heads/13.8.258@{#1}
Cr-Branched-From: fdb5de2-refs/heads/main@{#100480}
hubot pushed a commit that referenced this pull request Jul 21, 2025
Version incremented at https://cr-buildbucket.appspot.com/build/8708717216687619889

Change-Id: Iaba564c203d5cfb5c491f2124c1c3cd87f97302d
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6774549
Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/13.9@{#27}
Cr-Branched-From: 76ea409-refs/heads/13.9.205@{#1}
Cr-Branched-From: 2824212-refs/heads/main@{#100941}
hubot pushed a commit that referenced this pull request Oct 21, 2025
…tch blocks

The search for polymorphic property load continuations now stops at
try-catch boundaries. Previously, it would scan across them, which could
cause it to visit the try-block start once in the first continuation,
and cause the second continuation to think it's inside the handler.

Drive-by, clean-up the predicate around merge points (to be more
explicit about loop headers only not having merge points when loop
peeling), and DCHECK that the source position table state doesn't
change, since there's nothing in the continuation finding that would
make it change.

Includes followup fix in https://crrev.com/c/7035734:
IsOffsetAPolymorphicContinuationInterrupt should return _true_ at merge
points etc., not _false_

(cherry picked from commit d05f2fc)
(cherry picked from commit 5b4749d)

Fixed: 449549329
Change-Id: I70ae036247fa863ab612d22b90fbe663fdc15104
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7062521
Commit-Queue: Leszek Swirski <[email protected]>
Reviewed-by: Lutz Vahl <[email protected]>
Reviewed-by: Marja Hölttä <[email protected]>
Cr-Commit-Position: refs/branch-heads/14.2@{#27}
Cr-Branched-From: 37f82db-refs/heads/14.2.231@{#1}
Cr-Branched-From: d1a6089-refs/heads/main@{#102804}
hubot pushed a commit that referenced this pull request Nov 14, 2025
Version incremented at https://cr-buildbucket.appspot.com/build/8698206268780158593

Change-Id: Ibf14924b04e6f035d1e01ae379cfc340d461e09b
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7157871
Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/14.3@{#27}
Cr-Branched-From: 13c7e31-refs/heads/14.3.127@{#1}
Cr-Branched-From: 01af089-refs/heads/main@{#103352}
hubot pushed a commit that referenced this pull request Dec 17, 2025
Version incremented at https://cr-buildbucket.appspot.com/build/8695205433956289329

Change-Id: I4bad01933fb0d04a7f9735e74b0bd566017a8489
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7270750
Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/14.4@{#27}
Cr-Branched-From: 80acc26-refs/heads/14.4.258@{#1}
Cr-Branched-From: ce7e597-refs/heads/main@{#104020}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant