Reviewers: Mads Ager,

Message:
This change compiles for ARM.

Description:
Handle breaks on keyed IC loads which can have an inlined version.

For keyed IC loads setting a break point now ensures that the inlined
code is not used. When the break point is set the inlined map check is
changed to fail causing the inlined code not to be used but the IC to be
called. As long at the break point is set the map check will stay
invalid.

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

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

Affected files:
   M     src/debug.h
   M     src/debug.cc
   M     src/ic-arm.cc
   M     src/ic-ia32.cc
   M     src/ic.h
   M     src/ic.cc
   M     test/cctest/test-debug.cc



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

Reply via email to