[heap] Refactor new space containment calls [v8/v8 : main]

0 views
Skip to first unread message

Michael Lippautz (Gerrit)

unread,
Aug 25, 2025, 10:52:17 AMAug 25
to AyeAye, Dominik Inführ, V8 LUCI CQ, Hannes Payer, oilpan-r...@chromium.org, mlippau...@chromium.org, v8-re...@googlegroups.com
Attention needed from Dominik Inführ

Michael Lippautz added 1 comment

Patchset-level comments
File-level comment, Patchset 3 (Latest):
Michael Lippautz . resolved

This is also fixed now, please take another look.

Open in Gerrit

Related details

Attention is currently required from:
  • Dominik Inführ
Submit Requirements:
  • requirement satisfiedCode-Owners
  • requirement is not satisfiedCode-Review
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: v8/v8
Gerrit-Branch: main
Gerrit-Change-Id: I2fb533ca5f2490312cefb7a17c576b539a8fd7e3
Gerrit-Change-Number: 6879446
Gerrit-PatchSet: 3
Gerrit-Owner: Michael Lippautz <mlip...@chromium.org>
Gerrit-Reviewer: Dominik Inführ <dinf...@chromium.org>
Gerrit-Reviewer: Michael Lippautz <mlip...@chromium.org>
Gerrit-CC: Hannes Payer <hpa...@chromium.org>
Gerrit-Attention: Dominik Inführ <dinf...@chromium.org>
Gerrit-Comment-Date: Mon, 25 Aug 2025 14:52:12 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
satisfied_requirement
unsatisfied_requirement
open
diffy

Dominik Inführ (Gerrit)

unread,
Aug 25, 2025, 11:59:14 AMAug 25
to Michael Lippautz, AyeAye, V8 LUCI CQ, Hannes Payer, oilpan-r...@chromium.org, mlippau...@chromium.org, v8-re...@googlegroups.com
Attention needed from Michael Lippautz

Dominik Inführ voted and added 1 comment

Votes added by Dominik Inführ

Code-Review+1

1 comment

Patchset-level comments
Dominik Inführ . resolved

Still LGTM

Open in Gerrit

Related details

Attention is currently required from:
  • Michael Lippautz
Submit Requirements:
  • requirement satisfiedCode-Owners
  • requirement satisfiedCode-Review
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: v8/v8
Gerrit-Branch: main
Gerrit-Change-Id: I2fb533ca5f2490312cefb7a17c576b539a8fd7e3
Gerrit-Change-Number: 6879446
Gerrit-PatchSet: 3
Gerrit-Owner: Michael Lippautz <mlip...@chromium.org>
Gerrit-Reviewer: Dominik Inführ <dinf...@chromium.org>
Gerrit-Reviewer: Michael Lippautz <mlip...@chromium.org>
Gerrit-CC: Hannes Payer <hpa...@chromium.org>
Gerrit-Attention: Michael Lippautz <mlip...@chromium.org>
Gerrit-Comment-Date: Mon, 25 Aug 2025 15:59:10 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
satisfied_requirement
open
diffy

Michael Lippautz (Gerrit)

unread,
Aug 25, 2025, 11:59:54 AMAug 25
to Dominik Inführ, AyeAye, V8 LUCI CQ, Hannes Payer, oilpan-r...@chromium.org, mlippau...@chromium.org, v8-re...@googlegroups.com

Michael Lippautz voted and added 1 comment

Votes added by Michael Lippautz

Commit-Queue+2

1 comment

Patchset-level comments
Michael Lippautz . resolved

Thanks

Open in Gerrit

Related details

Attention set is empty
Submit Requirements:
  • requirement satisfiedCode-Owners
  • requirement satisfiedCode-Review
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: v8/v8
Gerrit-Branch: main
Gerrit-Change-Id: I2fb533ca5f2490312cefb7a17c576b539a8fd7e3
Gerrit-Change-Number: 6879446
Gerrit-PatchSet: 3
Gerrit-Owner: Michael Lippautz <mlip...@chromium.org>
Gerrit-Reviewer: Dominik Inführ <dinf...@chromium.org>
Gerrit-Reviewer: Michael Lippautz <mlip...@chromium.org>
Gerrit-CC: Hannes Payer <hpa...@chromium.org>
Gerrit-Comment-Date: Mon, 25 Aug 2025 15:59:50 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
satisfied_requirement
open
diffy

V8 LUCI CQ (Gerrit)

unread,
Aug 25, 2025, 12:01:26 PMAug 25
to Michael Lippautz, Dominik Inführ, AyeAye, Hannes Payer, oilpan-r...@chromium.org, mlippau...@chromium.org, v8-re...@googlegroups.com

V8 LUCI CQ submitted the change

Change information

Commit message:
[heap] Refactor new space containment calls

Relay them to MemoryChunkMetadata::owner() instead of using the chunk
flags. The calls are not as hot and this way is consistent with
PagedSpace.
Bug: 429538831
Change-Id: I2fb533ca5f2490312cefb7a17c576b539a8fd7e3
Reviewed-by: Dominik Inführ <dinf...@chromium.org>
Commit-Queue: Michael Lippautz <mlip...@chromium.org>
Cr-Commit-Position: refs/heads/main@{#102022}
Files:
  • M src/heap/cppgc-js/unified-heap-marking-visitor.cc
  • M src/heap/cppgc-js/unified-heap-marking-visitor.h
  • M src/heap/new-spaces-inl.h
  • M src/heap/new-spaces.cc
  • M src/heap/new-spaces.h
Change size: M
Delta: 5 files changed, 26 insertions(+), 50 deletions(-)
Branch: refs/heads/main
Submit Requirements:
  • requirement satisfiedCode-Review: +1 by Dominik Inführ
Open in Gerrit
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: merged
Gerrit-Project: v8/v8
Gerrit-Branch: main
Gerrit-Change-Id: I2fb533ca5f2490312cefb7a17c576b539a8fd7e3
Gerrit-Change-Number: 6879446
Gerrit-PatchSet: 4
Gerrit-Owner: Michael Lippautz <mlip...@chromium.org>
Gerrit-Reviewer: Dominik Inführ <dinf...@chromium.org>
Gerrit-Reviewer: Michael Lippautz <mlip...@chromium.org>
open
diffy
satisfied_requirement

Michael Lippautz (Gerrit)

unread,
Aug 26, 2025, 2:36:11 AMAug 26
to V8 LUCI CQ, Dominik Inführ, AyeAye, Hannes Payer, oilpan-r...@chromium.org, mlippau...@chromium.org, v8-re...@googlegroups.com

Michael Lippautz has created a revert of this change

Related details

Attention set is empty
Submit Requirements:
  • requirement satisfiedCode-Owners
  • requirement satisfiedCode-Review
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: revert
satisfied_requirement
open
diffy
Reply all
Reply to author
Forward
0 new messages