Description[turbofan] Remove inlining support for the deprecated pipeline.
The deprecated pipeline is used for asm.js only, where we forcibly
disable inlining anyways (for performance reasons), so inlining via
the AstGraphBuilder is essentially dead code by now, thus there's no
point in trying to keep that around in the code base.
Also nuke the test-run-inlining.cc file, which would require some heavy
surgery (for probably little benefit), and move the useful tests for
mjsunit tests instead.
BUG=v8:2206, v8:5657
R=yangguo@chromium.org
Committed: https://crrev.com/76fd6f25a9ad4e02fe28beff97f8f083f1d48880
Cr-Commit-Position: refs/heads/master@{#41245}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Address nit. #Messages
Total messages: 18 (11 generated)
|