Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(233)

Issue 1014373002: Vector ICs: Clear the vector ic slots appropriately during debugging. (Closed)

Created:
5 years, 9 months ago by mvstanton
Modified:
5 years, 9 months ago
Reviewers:
Yang
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Vector ICs: Clear the vector ic slots appropriately during debugging. When the debugger is active, a host of connected functions get an associated DebugInfo structure, and their code is copied. The debugger uses the original code to occasionally patch ICs with their initial value. Although IC learning can occur, it's thrown away often, depending on the constellation of breakpoints active or deactivating. Finally, feedback is discarded when the debugger is turned off. The type feedback vector needs to be brought into line with this behavior, so now the debugger clears it's IC slots at appropriate bottlenecks in debug.cc. R=yangguo@chromium.org BUG= Committed: https://crrev.com/35c3d47e88cb34e3a96ad740a43bfce36f8fd22b Cr-Commit-Position: refs/heads/master@{#27289}

Patch Set 1 #

Patch Set 2 : REBASE. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -0 lines) Patch
M src/debug.cc View 1 2 chunks +8 lines, -0 lines 0 comments Download
A test/mjsunit/debug-stepframe-clearing.js View 1 chunk +97 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
mvstanton
Hi Yang, here is the fix we discussed. Note that I'm not changing the IC ...
5 years, 9 months ago (2015-03-18 16:12:51 UTC) #1
Yang
On 2015/03/18 16:12:51, mvstanton wrote: > Hi Yang, here is the fix we discussed. Note ...
5 years, 9 months ago (2015-03-19 07:24:26 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1014373002/20001
5 years, 9 months ago (2015-03-19 07:45:39 UTC) #5
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 9 months ago (2015-03-19 08:04:01 UTC) #6
commit-bot: I haz the power
5 years, 9 months ago (2015-03-19 08:04:15 UTC) #7
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/35c3d47e88cb34e3a96ad740a43bfce36f8fd22b
Cr-Commit-Position: refs/heads/master@{#27289}

Powered by Google App Engine
This is Rietveld 408576698