On 2015/08/14 11:52:38, Michael Starzinger wrote:

https://codereview.chromium.org/1292233004/diff/1/src/compiler/code-generator.cc
File src/compiler/code-generator.cc (right):


https://codereview.chromium.org/1292233004/diff/1/src/compiler/code-generator.cc#newcode535
src/compiler/code-generator.cc:535: if (!info()->parse_info()) return;  //
TODO(titzer): that was unfortunate.
nit: Can we use has_shared_info() here instead? We shouldn't need to care
about
the ParseInfo vs. CompilationInfo madness here.


Done.

Also is it really safe to just bailout here without building a translation?

As discussed with jarin@, in this case it's a compilation of a STUB, which
aren't patched for lazy deopts.

https://codereview.chromium.org/1292233004/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to