Commit-Queue | +1 |
ptal, fixes here: https://chromium-review.googlesource.com/c/v8/v8/+/6883751/1..2
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
LGTM with comment
IsolateGroup::set_current(saved_isolate_group_);
Should we make this cleanup conditional as well? E.g. using `current_isolate_scope_has_value()`. Not sure this can cause any trouble though.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Commit-Queue | +2 |
IsolateGroup::set_current(saved_isolate_group_);
Should we make this cleanup conditional as well? E.g. using `current_isolate_scope_has_value()`. Not sure this can cause any trouble though.
It's not an officially supported configuration and we don't have real testing for this here. I'd rather not touch it.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Reland "[heap] Refactor new space containment calls"
This is a reland of commit e42ce24ddcf5075586e5c1f2c56677245658bb43
Original change's description:
> [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-on: https://chromium-review.googlesource.com/c/v8/v8/+/6879446
> Reviewed-by: Dominik Inführ <dinf...@chromium.org>
> Commit-Queue: Michael Lippautz <mlip...@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#102022}
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |