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

Issue 18595006: MIPS: Implement Polymorphic Store ICs. (Closed)

Created:
7 years, 5 months ago by kilvadyb
Modified:
7 years, 5 months ago
CC:
v8-dev
Base URL:
https://github.com/v8/v8.git@gbl
Visibility:
Public.

Description

MIPS: Implement Polymorphic Store ICs. Port r15566 (a76585e) Original commit message: - Makes a common superclass for Load and Store stub compiler. - Splits all non-normal Store ICs into handler and IC. - Ensures monomorphic store ICs go polymorphic. - Feeds polymorphic type feedback into count operation. BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -118 lines) Patch
M src/mips/code-stubs-mips.cc View 3 chunks +6 lines, -3 lines 0 comments Download
M src/mips/ic-mips.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 14 chunks +72 lines, -113 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
kilvadyb
7 years, 5 months ago (2013-07-09 10:29:09 UTC) #1
kisg
LGTM
7 years, 5 months ago (2013-07-09 15:20:49 UTC) #2
palfia
7 years, 5 months ago (2013-07-09 15:55:11 UTC) #3
Committed as r15576.

Powered by Google App Engine
This is Rietveld 408576698