Reviewers: Michael Starzinger, Yang,

Message:
Created Revert of Debugger: use list to find shared function info in a script.

Description:
Revert of Debugger: use list to find shared function info in a script. (patchset
#2 id:20001 of https://codereview.chromium.org/1206573004/)

Reason for revert:
[Sheriff] Breaks layout tests:
http://build.chromium.org/p/client.v8.fyi/builders/V8-Blink%20Linux%2064/builds/682

Original issue's description:
Debugger: use list to find shared function info in a script.

Now that we keep tabs on shared function infos from a script, we can speed up
finding shared function infos for debugging. However, in case we have to compile a function that cannot be lazily compiled without context, we fall back to the
slow heap iteration.

[email protected]
BUG=v8:4132,v8:4052
LOG=N

Committed: https://crrev.com/cfe89a71a332ef9ed481c8210bc3ad6d2822034b
Cr-Commit-Position: refs/heads/master@{#29296}

[email protected],[email protected]
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=v8:4132,v8:4052

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

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

Affected files (+117, -119 lines):
  M src/debug.h
  M src/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