https://codereview.chromium.org/1097963002/diff/80001/src/ast.h
File src/ast.h (right):
https://codereview.chromium.org/1097963002/diff/80001/src/ast.h#newcode1511
src/ast.h:1511: flags |= kShallowProperties;
On 2015/04/21 12:59:14, mvstanton wrote:
Could you also push this flag into
FullCodeGenerator::MustCreateObjectLiteralWithRuntime()?
(in src/full-codegen.cc)
There are three tests that can be eliminated with a look at this nice
new
kShallowProperties flag.
Done.
https://codereview.chromium.org/1097963002/diff/80001/src/compiler/js-intrinsic-lowering.cc
File src/compiler/js-intrinsic-lowering.cc (right):
https://codereview.chromium.org/1097963002/diff/80001/src/compiler/js-intrinsic-lowering.cc#newcode122
src/compiler/js-intrinsic-lowering.cc:122: node->RemoveInput(4);
On 2015/04/21 12:59:14, mvstanton wrote:
nit: a comment would be nice on the RemoveInput...what's being
removed?
Done. Also moved it up to before "InsertInput" so that index makes more
sense.
https://codereview.chromium.org/1097963002/
--
--
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.