Fix a bug where if a non-lazily-compiled function is a candidate for
authorkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 4 Nov 2009 18:39:44 +0000 (18:39 +0000)
committerkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 4 Nov 2009 18:39:44 +0000 (18:39 +0000)
commit0bf546f243af81f98c58e0574c177d7497be929a
tree819003737fe57d1274291d90d9e5e31dc3b8af9b
parent0ce4eab1b2091778c8ddda95c87634ebc95c6c91
Fix a bug where if a non-lazily-compiled function is a candidate for
toplevel compilation and the toplevel compiler cannot handle the
function, we would erroneously signal a stack overflow instead of
falling back on the optimizing compiler.

Review URL: http://codereview.chromium.org/366005

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3219 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/compiler.cc