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

Issue 260753004: MIPS: CallICStub with a "never patch" approach by default. (Closed)

Created:
6 years, 7 months ago by kilvadyb
Modified:
6 years, 7 months ago
CC:
v8-dev
Base URL:
https://github.com/v8/v8.git@gbl
Visibility:
Public.

Description

MIPS: CallICStub with a "never patch" approach by default. Port r21093 (21e3836) Original commit message: Patching will occur only when custom feedback needs to be gathered (future CLs). Now rebased on https://codereview.chromium.org/254623002/, which moves the type feedback vector to the SharedFunctionInfo. BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+202 lines, -144 lines) Patch
M src/mips/builtins-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/code-stubs-mips.cc View 4 chunks +164 lines, -61 lines 0 comments Download
M src/mips/debug-mips.cc View 3 chunks +10 lines, -20 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 9 chunks +26 lines, -61 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
kilvadyb
6 years, 7 months ago (2014-04-30 19:49:25 UTC) #1
Paul Lind
LGTM!
6 years, 7 months ago (2014-04-30 20:16:12 UTC) #2
Paul Lind
6 years, 7 months ago (2014-04-30 20:20:27 UTC) #3
Committed as r21105.

Powered by Google App Engine
This is Rietveld 408576698