Fix 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 Review URL: http://codereview.chromium.org/6840012 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7604 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
Showing
Please
register
or
sign in
to comment