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

Issue 2451703002: Fix FullCodeGen to include CallICs and CallConstruct in the total ic count. (Closed)

Created:
4 years, 1 month ago by mythria
Modified:
4 years, 1 month ago
Reviewers:
mvstanton, rmcilroy
CC:
v8-reviews_googlegroups.com, v8-mips-ports_googlegroups.com, v8-x87-ports_googlegroups.com, v8-ppc-ports_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Fix FullCodeGen to include CallICs and CallConstruct in the total ic count. FullCodeGen does not include CallICs in the total ic count. Fix it by making calls to CallIC to go through CallIC function, which keeps track of the total number of ICs. BUG= Committed: https://crrev.com/832439ab8f2aa933b6c3dc63aa7305bb5e803718 Cr-Commit-Position: refs/heads/master@{#40889}

Patch Set 1 #

Patch Set 2 : Also count construct ICs in total_count. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -14 lines) Patch
M src/full-codegen/arm/full-codegen-arm.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/full-codegen/arm64/full-codegen-arm64.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/full-codegen/ia32/full-codegen-ia32.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/full-codegen/mips/full-codegen-mips.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/full-codegen/mips64/full-codegen-mips64.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/full-codegen/x64/full-codegen-x64.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/full-codegen/x87/full-codegen-x87.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 25 (16 generated)
mythria
This cl is to fix full-codegen to include CallICs when computing the total_ic_count.I noticed this ...
4 years, 1 month ago (2016-10-25 09:21:30 UTC) #6
rmcilroy
On 2016/10/25 09:21:30, mythria wrote: > This cl is to fix full-codegen to include CallICs ...
4 years, 1 month ago (2016-10-25 09:39:04 UTC) #9
mythria
I fixed full-codegen to also account for calls to constructors. Even with that, we still ...
4 years, 1 month ago (2016-10-26 10:40:02 UTC) #16
rmcilroy
I don't know enough about the CallIC stuff to know why this wasn't a CallIC ...
4 years, 1 month ago (2016-10-26 14:20:37 UTC) #17
mythria
Hi Michael, Fullcodegen did not count the calls to CallICs and CallConstructs in the total ...
4 years, 1 month ago (2016-11-09 11:52:35 UTC) #18
mvstanton
Right on, LGTM.
4 years, 1 month ago (2016-11-09 13:13:36 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2451703002/20001
4 years, 1 month ago (2016-11-10 11:43:47 UTC) #21
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 1 month ago (2016-11-10 12:10:46 UTC) #23
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 22:29:02 UTC) #25
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/832439ab8f2aa933b6c3dc63aa7305bb5e803718
Cr-Commit-Position: refs/heads/master@{#40889}

Powered by Google App Engine
This is Rietveld 408576698