Description[turbofan] Improve interplay of ControlReducer and CommonOperatorReducer.
This turns the CommonOperatorReducer into an AdvancedReducer and makes
it independent of JSGraph (which was used only because it was convienent),
and let's the CommonOperatorReducer run together with the ControlReducer.
The ControlReducer is still not able to run together with other reducers,
but we're getting closer. The plan is to split the ControlReducer into
two parts: The dead code elimination part and the common operator
reduction part. This separation will help to avoid tricky bugs in the
future and should make testing a *lot* easier.
R=jarin@chromium.org
Committed: https://crrev.com/92e6bcf13c2c9834e1d45930a3f6442a3a0feb87
Cr-Commit-Position: refs/heads/master@{#29105}
Patch Set 1 #
Messages
Total messages: 8 (1 generated)
|