Reviewers: Kasper Lund, Description: Use null instead of undefined for deleted elements in code caches. Update the lookup and update code for code caches to deal with deleted elements.
Do not clear the code cache for the builtins object. If there was a matching element in the code cache, we would have hit the monomorphic prototype failure case and removed it. Please review this at http://codereview.chromium.org/3140 Affected files: M src/ic.cc M src/objects-inl.h M src/objects.cc M src/objects.h --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
