http://codereview.chromium.org/6344005/diff/3001/src/ic.cc File src/ic.cc (right):
http://codereview.chromium.org/6344005/diff/3001/src/ic.cc#newcode1651 src/ic.cc:1651: if (args.length() == 2) { As discussed offline I would like to keep all the patching decisions in the runtime system if possible. Based on receiver, name and target code stub we should be able to make the decision without extra arguments to the miss code. This would keep generated code simple: if you can't handle it, just call miss. And we should have all the flexibility needed in the runtime system. http://codereview.chromium.org/6344005/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
