https://codereview.chromium.org/23817003/diff/20001/src/objects.h
File src/objects.h (right):
https://codereview.chromium.org/23817003/diff/20001/src/objects.h#newcode1124
src/objects.h:1124: V(kExportDeclaration, "Export declaration")
\
On 2013/09/05 12:19:42, Yang wrote:
What do you need this for? Same for the lines below.
when v8 parses the js function it may disable optimization for the
function because it found some js statements like try {} catch(e) {}
In that case v8 will never try to optimize it. See the changes in
ast.cc.
https://code.google.com/p/chromium/codesearch#chromium/src/v8/src/ast.cc&q=file:ast.cc%20DONT_OPTIMIZE_NODE&sq=package:chromium&type=cs&l=1085
https://codereview.chromium.org/23817003/
--
--
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/groups/opt_out.