This is a follow up patch of https://reviews.llvm.org/D88755.
When set 0 label for an address range, we can release pages within the
corresponding shadow address range to OS, and set only addresses outside
the pages to be 0.
Differential D89199
Release pages to OS when setting 0 label stephan.yichao.zhao on Oct 10 2020, 6:36 PM. Authored by
Details
This is a follow up patch of https://reviews.llvm.org/D88755. When set 0 label for an address range, we can release pages within the
Diff Detail
Unit Tests Event Timeline
|
Nit: Let's rename this something more descriptive. e.g., WriteShadowIfDifferent.