Reviewers: Kasper Lund,

Description:
Tweaks to global object inline cache code.

Remove the check for deleted properties in the global load inline cache
if the property is known to be read only.

Propegate the in loop flag for the global call inline cache.

Changed the propagation of the code flags in the call stub compiler to
compute these the same way for all types of call stubs and assert that
the flags for the generated code is the same as those used for the cache
lookup.

Addressed a few comments from previous review in test-api.cc.

Please review this at http://codereview.chromium.org/150101

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
   M     src/arm/stub-cache-arm.cc
   M     src/disassembler.cc
   M     src/ia32/stub-cache-ia32.cc
   M     src/ic.cc
   M     src/stub-cache.h
   M     src/stub-cache.cc
   M     test/cctest/test-api.cc



--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to