| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Will you double check the data type and its value? I feel there is an inconsistency.
base::MemoryConsumerTraits::ReleaseMemoryCost::kFreesPagesWithoutTraversal,This may not match with the explanation?
Please make sure base::MemoryConsumerTraits::RecreateMemoryCost::kNA (default) is the valid data. I assume so because it is not easy to recreate.
// Holds references managed by Blink Oilpan GC.Do you mean V8? Olpan is this GC system?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
PTAnL!
base::MemoryConsumerTraits::ReleaseMemoryCost::kFreesPagesWithoutTraversal,This may not match with the explanation?
Please make sure base::MemoryConsumerTraits::RecreateMemoryCost::kNA (default) is the valid data. I assume so because it is not easy to recreate.
You are right, sorry for the oversight. I have added `RecreateMemoryCost::kExpensive`. PTAL!
// Holds references managed by Blink Oilpan GC.Do you mean V8? Olpan is this GC system?
The trait applies to Oilpan GC references as well. I'll look into updating the description on `traits.h` as a follow up. Thank you!
| 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 |
Will you double check the data type and its value? I feel there is an inconsistency.
Done
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[Memory Coordinator] Add traits to Resource::Resource
Updates Resource::Resource to explicitly define its memory coordination
semantics using MemoryConsumerTraits. This provides the global Memory
Coordinator with accurate information regarding the scale, eviction
cost, and statefulness of the cache to optimize system-wide memory
reclamation decisions.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |