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. |
disk_cache: Make CreateNextEntry completion async in perftest
With the in-memory index loaded (crrev.com/c/7023991 ), entry creation
and write operations can complete synchronously. In the perf test, this
causes a deep recursive call chain between CreateNextEntry and its
callback, leading to a stack overflow on Windows.
To fix this, always complete the entry creation asynchronously by
posting a task if it completes synchronously.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |