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

Issue 366583002: X87: KeyedLoadIC should have same register spec as LoadIC. (Closed)

Created:
6 years, 5 months ago by chunyang.dai
Modified:
6 years, 5 months ago
Reviewers:
Weiliang, mvstanton
CC:
v8-dev, danno
Base URL:
https://github.com/v8/v8.git@master
Project:
v8
Visibility:
Public.

Description

X87: KeyedLoadIC should have same register spec as LoadIC. port r22103. 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=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -117 lines) Patch
M src/x87/builtins-x87.cc View 2 chunks +10 lines, -8 lines 0 comments Download
M src/x87/debug-x87.cc View 1 chunk +1 line, -3 lines 0 comments Download
M src/x87/full-codegen-x87.cc View 9 chunks +28 lines, -37 lines 0 comments Download
M src/x87/ic-x87.cc View 10 chunks +44 lines, -61 lines 0 comments Download
M src/x87/lithium-codegen-x87.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x87/lithium-x87.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x87/stub-cache-x87.cc View 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
chunyang.dai
weiliang. please review this porting patch. thanks
6 years, 5 months ago (2014-07-01 07:27:54 UTC) #1
Weiliang
lgtm
6 years, 5 months ago (2014-07-01 08:15:15 UTC) #2
Weiliang
6 years, 5 months ago (2014-07-01 13:36:22 UTC) #3
Committed as r22122

Powered by Google App Engine
This is Rietveld 408576698