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

Issue 574493004: MIPS64: Removing ic.h from code-stubs.h (Closed)

Created:
6 years, 3 months ago by akos.palfi.imgtec
Modified:
6 years, 3 months ago
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

MIPS64: Removing ic.h from code-stubs.h Port r23977 (d0cba839) Original commit message: CodeStubs use state types defined in ic.h, but this has the unfortunate effect of spreading ic.h all over the place. Instead, define these shared state types in ic-public.h and allow ic.h to concern itself with internal state change of the ICs. More work could/should be done here, but this is a first step. BUG= R=paul.lind@imgtec.com Committed: https://code.google.com/p/v8/source/detail?r=23984

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -22 lines) Patch
M src/ic/mips64/handler-compiler-mips64.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/ic/mips64/ic-compiler-mips64.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/mips64/code-stubs-mips64.cc View 13 chunks +20 lines, -16 lines 0 comments Download
M src/mips64/full-codegen-mips64.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M src/mips64/lithium-codegen-mips64.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
akos.palfi.imgtec
PTAL.
6 years, 3 months ago (2014-09-16 17:09:45 UTC) #2
paul.l...
lgtm
6 years, 3 months ago (2014-09-16 17:33:12 UTC) #3
akos.palfi.imgtec
6 years, 3 months ago (2014-09-16 17:59:53 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as 23984 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698