https://codereview.chromium.org/736043002/diff/1/src/hydrogen.cc
File src/hydrogen.cc (right):

https://codereview.chromium.org/736043002/diff/1/src/hydrogen.cc#newcode9282
src/hydrogen.cc:9282: if (CanBeFunctionApplyArguments(expr, false)) {
I don't see a good alternative right now ("expr->IsUninitialized()"
doesn't
appear to be useful here); maybe we can find something tomorrow.

I've talked to mvstanton@, he suggested to implement something like:

bool TypeFeedbackOracle::CallIsUninitialized(FeedbackVectorICSlot slot)
{
  return GetInfo(slot)->IsUndefined();
}

which can be queried with the slot returned by Call's
CallFeedbackSlot().

https://codereview.chromium.org/736043002/

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