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

Issue 2116523002: [ic] [stubs] Add missing GetExtraICState method to CompareICStub. (Closed)

Created:
4 years, 5 months ago by georgia.kouveli
Modified:
4 years, 5 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[ic] [stubs] Add missing GetExtraICState method to CompareICStub. Added missing GetExtraICState() function for CompareICStub. Without it, code->extra_ic_state() in IC::StateFromCode was returning zero, which was causing some performance regressions, as the TypeFeedbackInfo was not updated correctly, resulting in the runtime profiler choosing not to optimise some functions that we previously would. BUG= Committed: https://crrev.com/c88cc5b1995fc4872abfd5e9f02365a69c3a8b6b Cr-Commit-Position: refs/heads/master@{#37457}

Patch Set 1 #

Total comments: 1

Patch Set 2 : [ic] [stubs] Add missing GetExtraICState method to CompareICStub. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -0 lines) Patch
M src/code-stubs.h View 1 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (5 generated)
georgia.kouveli
4 years, 5 months ago (2016-06-30 14:18:01 UTC) #2
Igor Sheludko
https://codereview.chromium.org/2116523002/diff/1/src/code-stubs.h File src/code-stubs.h (left): https://codereview.chromium.org/2116523002/diff/1/src/code-stubs.h#oldcode1973 src/code-stubs.h:1973: } Nice catch! Thank you! However, I think the ...
4 years, 5 months ago (2016-06-30 15:29:37 UTC) #3
georgia.kouveli
Updated. PTAL.
4 years, 5 months ago (2016-06-30 16:25:38 UTC) #5
Igor Sheludko
LGTM. Thanks!
4 years, 5 months ago (2016-06-30 16:26:48 UTC) #6
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/2116523002/20001
4 years, 5 months ago (2016-06-30 16:30:02 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 5 months ago (2016-06-30 16:58:15 UTC) #10
commit-bot: I haz the power
4 years, 5 months ago (2016-06-30 17:01:18 UTC) #12
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/c88cc5b1995fc4872abfd5e9f02365a69c3a8b6b
Cr-Commit-Position: refs/heads/master@{#37457}

Powered by Google App Engine
This is Rietveld 408576698