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

Issue 451643002: Clean up IC tracing for CallICs. (Closed)

Created:
6 years, 4 months ago by mvstanton
Modified:
6 years, 4 months ago
Reviewers:
Toon Verwaest
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Clean up IC tracing for CallICs. CallICs have had some confused tracing, because the IC state is not entirely captured by the installed code stub - it lives in the type vector. Change tracing to be able to use the vector state changes instead. Introduced a DEFAULT state to be used by all vector-based ICs. R=verwaest@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=22978

Patch Set 1 #

Total comments: 8

Patch Set 2 : Code comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -51 lines) Patch
M src/code-stubs.h View 10 chunks +13 lines, -13 lines 0 comments Download
M src/code-stubs.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/globals.h View 1 chunk +5 lines, -1 line 0 comments Download
M src/ic.h View 4 chunks +6 lines, -5 lines 0 comments Download
M src/ic.cc View 1 13 chunks +44 lines, -25 lines 0 comments Download
M src/ic-inl.h View 1 chunk +3 lines, -1 line 0 comments Download
M src/objects.h View 1 chunk +4 lines, -5 lines 0 comments Download
M src/objects.cc View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
mvstanton
Hi Toon, This CL tries to clarify state and reporting concerns for vector-based ICs. PTAL, ...
6 years, 4 months ago (2014-08-07 12:41:50 UTC) #1
Toon Verwaest
LGTM (with some tiny style nits) https://codereview.chromium.org/451643002/diff/1/src/ic.cc File src/ic.cc (right): https://codereview.chromium.org/451643002/diff/1/src/ic.cc#newcode2006 src/ic.cc:2006: Handle<Object> name(isolate()->factory()->empty_string()); name ...
6 years, 4 months ago (2014-08-07 13:07:47 UTC) #2
mvstanton
Right on, thanks much! https://codereview.chromium.org/451643002/diff/1/src/ic.cc File src/ic.cc (right): https://codereview.chromium.org/451643002/diff/1/src/ic.cc#newcode2006 src/ic.cc:2006: Handle<Object> name(isolate()->factory()->empty_string()); On 2014/08/07 13:07:46, ...
6 years, 4 months ago (2014-08-07 14:10:19 UTC) #3
mvstanton
6 years, 4 months ago (2014-08-07 15:33:27 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as 22978 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698