Description[Turbofan] Fix a race on CallInterfaceDescriptor initialization.
The effect control linearizer runs off-thread and needs the ToNumber
call descriptor. Add a hack to create this on the main thread to
ensure off-thread's don't race on it's construction. Also add a
DCHEK to the CallInterfaceDescriptor to ensure they are always
initilaized on the main thread.
Committed: https://crrev.com/1df29e190f8a3ecda77b794430d3f7a1f39af866
Cr-Commit-Position: refs/heads/master@{#37973}
Patch Set 1 #
Total comments: 2
Patch Set 2 : DCHECK #
Messages
Total messages: 14 (8 generated)
|