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

Issue 405343002: X87: Introduce FLAG_vector_ics. (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://chromium.googlesource.com/external/v8.git@bleeding_edge
Project:
v8
Visibility:
Public.

Description

X87: Introduce FLAG_vector_ics. port r22500. original commit message: Introduce FLAG_vector_ics. When FLAG_vector_ics is true, then AST nodes that use Load and KeyedLoad ICs will allocate a type vector slot to store feedback information. Full codegen will emit a load of the slot into a register if the flag is on. Support is incomplete, right now the IC doesn't know how to use the feedback slot. BUG= R=mvstanton@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=22542

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+129 lines, -20 lines) Patch
M src/x87/builtins-x87.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/x87/full-codegen-x87.cc View 14 chunks +54 lines, -10 lines 0 comments Download
M src/x87/ic-x87.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M src/x87/lithium-codegen-x87.cc View 3 chunks +28 lines, -0 lines 0 comments Download
M src/x87/lithium-x87.h View 3 chunks +15 lines, -6 lines 0 comments Download
M src/x87/lithium-x87.cc View 3 chunks +17 lines, -4 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
chunyang.dai
weiliang. please review this patch. thanks
6 years, 5 months ago (2014-07-22 03:02:57 UTC) #1
chunyang.dai
Hello, Danno & Mvstanton. Could you please help to review and commit this porting patch? ...
6 years, 5 months ago (2014-07-23 02:11:47 UTC) #2
mvstanton
No problem. LGTM. I'll land it.
6 years, 5 months ago (2014-07-23 07:47:10 UTC) #3
mvstanton
6 years, 5 months ago (2014-07-23 07:48:28 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r22542.

Powered by Google App Engine
This is Rietveld 408576698