Reviewers: mvstanton,

Description:
Debugger: clear ICs on activating step-in to correctly flood accessor pairs.

If we compile handlers to call accessors, Debug::HandleStepIn won't get
called. Therefore we need to clear ICs each time. This has not been
necessary before because we used to patch ICs for breaking, and restored
them with cleared ICs. This is no longer the case. We do not use ICs
for breaking anymore, so they are not implicitly cleared any longer.

R=mvstan...@chromium.org
BUG=v8:4269
LOG=N

Please review this at https://codereview.chromium.org/1212253009/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+81, -33 lines):
  M src/debug.h
  M src/debug.cc
  M src/objects.cc
  M src/runtime/runtime-classes.cc
  M src/runtime/runtime-debug.cc
  M src/runtime/runtime-object.cc
  A test/mjsunit/debug-stepin-accessor-ic.js


--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to