| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
lgtm
std::optional<cppgc::StackStartMarker> stack_start_marker();I'd move the accessor here to the base heap as that's also where the field lives.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Updated the CL and lost the +1. PTALA
std::optional<cppgc::StackStartMarker> stack_start_marker();I'd move the accessor here to the base heap as that's also where the field lives.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[heap] Reapply the user-provided stack start marker
https://crrev.com/c/7666257 added StackStartMarker to configure
CppHeap with a stack start different from the platform's stack start.
However, once CppHeap was attached to an Isolate, the custom stack
start was overwritten again with the stack start of the platform in
Heap::SetStackStart.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |