Commit-Queue | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
GCConfig::FreeMemoryHandling::kLastResort};
This would trigger the "last resort" GC (or actually only parts of it) the first time we encounter an allocation failure IIUC. That's likely too agressive. I would prefer being uniform with JS here and reuse the same logic: Doing 2 lightweight GCs first and if that's not enough call CollectAllAvailableGarbage(kLastResort). cppgc could have its own implementation of the retry implementation imho if reusing the implementation from JS isn't feasible (or too tricky).
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. |