Description[interpreter] Simplify graph builder control flow simulation.
This simplifies how the BytecodeGraphBuilder simulates control flow by
reversing the propagation direction to forwards propagation. This is the
same direction as the data flow which is also a forward propagation. In
this way the analysis information needed at merge points is drastically
reduced while still retaining the same simulation power.
In short: We push down environments instead of pulling them.
R=oth@chromium.org
Committed: https://crrev.com/ee5b58d9f9dba341ca6d7103d26d07ad60f2720f
Cr-Commit-Position: refs/heads/master@{#33633}
Patch Set 1 #Patch Set 2 : Rebased. #
Dependent Patchsets: Messages
Total messages: 10 (5 generated)
|