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

Issue 403393008: MIPS: Introduce FLAG_vector_ics. (Closed)

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

Description

MIPS: Introduce FLAG_vector_ics. Port r22500 (8fd2751) Original commit message: 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=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+254 lines, -43 lines) Patch
M src/mips/full-codegen-mips.cc View 14 chunks +54 lines, -12 lines 0 comments Download
M src/mips/ic-mips.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 3 chunks +28 lines, -0 lines 0 comments Download
M src/mips/lithium-mips.h View 3 chunks +15 lines, -6 lines 0 comments Download
M src/mips/lithium-mips.cc View 3 chunks +17 lines, -3 lines 0 comments Download
M src/mips64/full-codegen-mips64.cc View 15 chunks +55 lines, -12 lines 0 comments Download
M src/mips64/ic-mips64.cc View 1 chunk +13 lines, -1 line 0 comments Download
M src/mips64/lithium-codegen-mips64.cc View 3 chunks +28 lines, -0 lines 0 comments Download
M src/mips64/lithium-mips64.h View 3 chunks +15 lines, -6 lines 0 comments Download
M src/mips64/lithium-mips64.cc View 3 chunks +17 lines, -3 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
balazs.kilvady
6 years, 5 months ago (2014-07-21 18:48:36 UTC) #1
paul.l...
LGTM, I'll land this for you.
6 years, 5 months ago (2014-07-21 19:06:07 UTC) #2
paul.l...
6 years, 5 months ago (2014-07-21 19:10:39 UTC) #3
Committed as r22513.

Powered by Google App Engine
This is Rietveld 408576698