Reviewers: Dmitry Lomov (chromium), arv,
Message:
Created Revert of ES6 computed property names
Description:
Revert of ES6 computed property names (patchset #1 id:1 of
https://codereview.chromium.org/792233008/)
Reason for revert:
[sheriff] Still crashes on win32 (XP):
http://build.chromium.org/p/client.v8/builders/V8%20Win32%20-%201/builds/1380
Original issue's description:
ES6 computed property names
This adds support for computed property names, under the flag
--harmony-computed-property-names, for both object literals and
classes.
This is a revert of the revert, a76419f0f497db156eb1010e9b4be398951280cb.
This changes to do an early bailout in
HOptimizedGraphBuilder::VisitObjectLiteral instead of doing that in the
later
loop.
BUG=v8:3754
LOG=Y
[email protected]
[email protected],[email protected]
NOTREECHECKS=true
NOTRY=true
BUG=v8:3754
Please review this at https://codereview.chromium.org/811593004/
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Affected files (+205, -1372 lines):
M src/arm/full-codegen-arm.cc
M src/arm64/full-codegen-arm64.cc
M src/ast.h
M src/ast.cc
M src/ast-numbering.cc
M src/bailout-reason.h
M src/bootstrapper.cc
M src/builtins.h
M src/compiler/ast-graph-builder.cc
M src/flag-definitions.h
M src/full-codegen.h
M src/full-codegen.cc
M src/hydrogen.cc
M src/ia32/full-codegen-ia32.cc
M src/parser.h
M src/parser.cc
M src/preparser.h
M src/preparser.cc
M src/runtime.js
M src/runtime/runtime.h
M src/runtime/runtime-classes.cc
M src/runtime/runtime-object.cc
M src/typing.cc
M src/x64/full-codegen-x64.cc
M test/cctest/test-parsing.cc
D test/mjsunit/harmony/computed-property-names.js
D test/mjsunit/harmony/computed-property-names-classes.js
D test/mjsunit/harmony/computed-property-names-object-literals-methods.js
--
--
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.