PTAL

Michi, see comment in below. Is this what you were referring to last week?


https://codereview.chromium.org/1135243004/diff/180001/src/ast.h
File src/ast.h (right):

https://codereview.chromium.org/1135243004/diff/180001/src/ast.h#newcode2736
src/ast.h:2736: home_object_feedback_slot_ = slot;
Initially I removed this feedback slot but it seems like TF needs it to
do super.x since it creates a bailout based on the SuperReference.
However, it seems like TF does not handle SuperReference in
VisitProperty. For the full codegen, this bailout is not needed because
we only have a runtime at this point.

How does TF do super.prop?

https://codereview.chromium.org/1135243004/

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