PTAL
Adam, care to take a look since Dmitry is ooo this 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;
On 2015/05/26 17:17:48, arv wrote:
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?
I figured it out. TF does not support super. It calls SetStackOverflow()
to signal that it is not supported. I'm now doing this earlier in
VisitProperty to prevent the DCHECK.
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.