Reviewers: Dmitry Lomov (chromium),

Message:
This now works. I want to do some refactoring and handle the todos.

Is this what you had in mind?


https://codereview.chromium.org/700523003/diff/1/src/arm/full-codegen-arm.cc
File src/arm/full-codegen-arm.cc (right):

https://codereview.chromium.org/700523003/diff/1/src/arm/full-codegen-arm.cc#newcode454
src/arm/full-codegen-arm.cc:454: if (function()->end_position() !=
RelocInfo::kNoPosition) {
I'm going to see if I can use the position of the class instead.

Description:
Classes: Partial fix for constructor not calling super

WIP



BUG=v8:3661, v8:3672

Please review this at https://codereview.chromium.org/700523003/

Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+253, -79 lines):
  M src/arm/full-codegen-arm.cc
  M src/arm64/full-codegen-arm64.cc
  M src/ast.h
  M src/code-stubs.h
  M src/compiler.cc
  M src/full-codegen.cc
  M src/globals.h
  M src/hydrogen-instructions.h
  M src/ia32/full-codegen-ia32.cc
  M src/mips/full-codegen-mips.cc
  M src/mips64/full-codegen-mips64.cc
  M src/objects.h
  M src/objects-inl.h
  M src/parser.h
  M src/parser.cc
  M src/preparser.h
  M src/runtime/runtime-classes.cc
  M src/x64/full-codegen-x64.cc
  M src/x87/full-codegen-x87.cc
  M test/mjsunit/harmony/classes.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.

Reply via email to