Description[turbofan] Fix JSInliner to handle non-returning bodies.
The assumption that every function body produces a value does not hold
for functions that e.g. unconditionally throw or endlessly loop. This
fixes the inlining logic to handle such cases.
R=bmeurer@chromium.org
TEST=mjsunit/regress/regress-crbug-530598
BUG=chromium:530598
LOG=n
Committed: https://crrev.com/9e47ec6edab84adcbd180d2e7fa03fcb2d9295ee
Cr-Commit-Position: refs/heads/master@{#30738}
Patch Set 1 #
Total comments: 1
Messages
Total messages: 6 (1 generated)
|