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

Issue 367053002: MIPS: KeyedLoadIC should have same register spec as LoadIC. (Closed)

Created:
6 years, 5 months ago by kilvadyb
Modified:
6 years, 5 months ago
CC:
v8-dev
Visibility:
Public.

Description

MIPS: KeyedLoadIC should have same register spec as LoadIC. Port r22103 (2c36867) Original commit message: On arm, arm64 and x64 there is a different register specification between LoadIC and KeyedLoadIC. It would be nicer if these are the same, allowing some key optimizations. BUG= R=palfia@homejinni.com Committed: https://code.google.com/p/v8/source/detail?r=22168

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+131 lines, -181 lines) Patch
M src/mips/code-stubs-mips.cc View 1 chunk +7 lines, -17 lines 0 comments Download
M src/mips/debug-mips.cc View 1 chunk +1 line, -3 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 13 chunks +36 lines, -45 lines 0 comments Download
M src/mips/ic-mips.cc View 16 chunks +70 lines, -84 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/mips/lithium-mips.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 2 chunks +13 lines, -28 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
kilvadyb
6 years, 5 months ago (2014-07-02 14:01:18 UTC) #1
palfia
LGTM
6 years, 5 months ago (2014-07-02 14:51:18 UTC) #2
kilvadyb
6 years, 5 months ago (2014-07-02 15:09:27 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r22168.

Powered by Google App Engine
This is Rietveld 408576698