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.
Also is it really safe to just bailout here without building a
translation?
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.