Reviewers: Benedikt Meurer,

Message:
Created Revert of Debugger: use a Map to cache mirrors.

Description:
Revert of Debugger: use a Map to cache mirrors. (patchset #1 id:1 of
https://codereview.chromium.org/1287243002/ )

Reason for revert:
Several nosnap and custom snapshot failures.

Original issue's description:
Debugger: use a Map to cache mirrors.

This makes mirror cache lookup O(1) instead of O(n).
The downside is that the lookup via handle is O(n). This
is fine because handles are only used in the JSON api,
which is not used by Chrome and on death row.

Committed: https://crrev.com/890b1dfca84d9dfecdcfc56517ef541076c6eb1d
Cr-Commit-Position: refs/heads/master@{#30150}

[email protected]
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true

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

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

Affected files (+30, -23 lines):
  M src/bootstrapper.cc
  M src/debug/mirrors.js


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