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

Issue 9403009: Count ICs that have type information. (Closed)

Created:
8 years, 10 months ago by Jakob Kummerow
Modified:
8 years, 10 months ago
CC:
v8-dev
Visibility:
Public.

Description

Count ICs that have type information. Hidden behind --type-info-threshold=X flag, usage dependent on experimental profiler. Committed: https://code.google.com/p/v8/source/detail?r=10753

Patch Set 1 #

Total comments: 12

Patch Set 2 : addressed comments #

Patch Set 3 : fix confusing --trace-opt output #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+246 lines, -57 lines) Patch
M include/v8.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/factory.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/factory.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download
M src/flag-definitions.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/full-codegen.h View 1 4 chunks +14 lines, -7 lines 0 comments Download
M src/full-codegen.cc View 1 3 chunks +10 lines, -1 line 0 comments Download
M src/heap.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/heap.cc View 1 2 chunks +14 lines, -2 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 22 chunks +32 lines, -22 lines 0 comments Download
M src/ic.h View 1 chunk +1 line, -1 line 0 comments Download
M src/ic.cc View 1 2 chunks +29 lines, -2 lines 0 comments Download
M src/ic-inl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/mark-compact.cc View 1 1 chunk +9 lines, -5 lines 0 comments Download
M src/objects.h View 1 6 chunks +43 lines, -5 lines 0 comments Download
M src/objects-debug.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download
M src/objects-inl.h View 1 3 chunks +9 lines, -2 lines 1 comment Download
M src/objects-printer.cc View 1 1 chunk +9 lines, -0 lines 0 comments Download
M src/objects-visiting-inl.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/runtime-profiler.cc View 1 2 3 chunks +38 lines, -3 lines 0 comments Download
M src/type-info.cc View 1 2 chunks +9 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Jakob Kummerow
Please take a look.
8 years, 10 months ago (2012-02-15 11:09:17 UTC) #1
Vyacheslav Egorov (Chromium)
It is intentional that we only grow counter and never decrease it (even when we ...
8 years, 10 months ago (2012-02-15 12:07:39 UTC) #2
Jakob Kummerow
I have uploaded a new patch set that addresses your comments and includes your suggestions. ...
8 years, 10 months ago (2012-02-17 16:07:52 UTC) #3
Vyacheslav Egorov (Chromium)
8 years, 10 months ago (2012-02-20 08:32:13 UTC) #4

Powered by Google App Engine
This is Rietveld 408576698