Reviewers: Michael Starzinger,

Message:
Hi Michi,

I started hacking on this. My plan is to do:

1. super.prop using runtime calls
2. super() (construct) also with runtime calls
3. ???
4. Profit

It is not clear to me at the moment how we want to get rid of the runtime calls.
My immediate goal is to make TF at least pass all the test.

At this point I am a bit hazy about the FrameStateBeforeAndAfter and the last arg to FrameStateBeforeAndAfter::AddToNode. Does this need to be in sync with
the full codegen? Not sure how it relates etc.

Description:
[es6] Add TF for super.prop

WIP

Currently does super.prop (load) and super.method() (call). Like full
codegen it uses runtime calls to load the property value.

BUG=None

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

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+94, -20 lines):
  M src/compiler/ast-graph-builder.h
  M src/compiler/ast-graph-builder.cc


--
--
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