Comment #7 on issue 4132 by [email protected]: Improve performance when break points are set.
https://code.google.com/p/v8/issues/detail?id=4132#c7

The following revision refers to this bug:
https://chromium.googlesource.com/v8/v8.git/+/cfe89a71a332ef9ed481c8210bc3ad6d2822034b

commit cfe89a71a332ef9ed481c8210bc3ad6d2822034b
Author: yangguo <[email protected]>
Date: Thu Jun 25 14:27:36 2015

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

Review URL: https://codereview.chromium.org/1206573004

Cr-Commit-Position: refs/heads/master@{#29296}

[modify] http://crrev.com/cfe89a71a332ef9ed481c8210bc3ad6d2822034b/src/debug.cc [modify] http://crrev.com/cfe89a71a332ef9ed481c8210bc3ad6d2822034b/src/debug.h


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
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