DescriptionFix a just-introduced bug in polymorphic inlining.
When inlining a polymorphic variant, the inlined function indicates we
should bailout of the entire compilation by setting the stack overflow flag
on the visitor. We need to check this flag and bailout if a call to
TryInline succeeds and it is not in tail position in a graph builder
function.
R=fschneider@chromium.org
Committed: http://code.google.com/p/v8/source/detail?r=7604
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|