📍 Job mac-m1_mini_2020-perf/speedometer3.crossbench complete.
See results at: https://pinpoint-dot-chromeperf.appspot.com/job/14d00c48a90000
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
#if defined(V8_USE_MEMORY_SANITIZER) || defined(V8_USE_ADDRESS_SANITIZER) || \
DEBUGnit: Can we introduce a `CPPGC_SHOULD_ZAP_MEMORY` macro (or other name) and use it here and in `cppgc-internal/memory.h` to make it easier to keep the conditions in sync?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
#if defined(V8_USE_MEMORY_SANITIZER) || defined(V8_USE_ADDRESS_SANITIZER) || \
DEBUGnit: Can we introduce a `CPPGC_SHOULD_ZAP_MEMORY` macro (or other name) and use it here and in `cppgc-internal/memory.h` to make it easier to keep the conditions in sync?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
| 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. |
[cppgc] Avoid redundant full-page zeroing in NormalPageMemoryPool
When returning an empty page to NormalPageMemoryPool, all payload memory
from PayloadStart() to PayloadEnd() was already zero-initialized during
sweeping via SetMemoryInaccessible().
In release builds, only zero the page header region (PageHeaderSize())
rather than the entire 128KB page, saving ~127KB of memset traffic per
recycled normal page.
TAG=agy
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |