| 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. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[wasm] Avoid deadlock in single-threaded streaming compilation
When two concurrent streaming compilations for the same module are
initiated in single-threaded or predictable mode, the second job must
not Wait() on the condition variable, because the first job (which
holds the cache entry and would notify) will never make progress.
Fixed by returning nullptr from MaybeGetNativeModule in these modes,
which allows the second job to proceed redundantly. De-duplication
will then be handled correctly in UpdateNativeModuleCache.
TAG=agy
R=jkum...@chromium.org
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |