Reviewers: yangguo,

Description:
debug: cache SharedFunctionInfo for multi-bp set

When setting multiple breakpoints at once for a single script - cache
the SharedFunctionInfos from it to avoid repeatedly iterating through
the heap.

BUG=4052
R=yangguo

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

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

Affected files (+183, -39 lines):
  M src/debug.h
  M src/debug.cc
  M src/debug-debugger.js
  M src/runtime/runtime.h
  M src/runtime/runtime-debug.cc


--
--
v8-dev mailing list
[email protected]
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to