http://codereview.chromium.org/6344005/diff/6001/src/ic.cc File src/ic.cc (right):
http://codereview.chromium.org/6344005/diff/6001/src/ic.cc#newcode657 src/ic.cc:657: if (kind_ == Code::CALL_IC && state == MONOMORPHIC) { On 2011/01/18 11:28:57, Mads Ager wrote:
Why isn't this just part of the normal MONOMORPHIC branch?
Because we change the state to PREMONORPHIC to generate the right stub. http://codereview.chromium.org/6344005/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
