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

Issue 100023002: MIPS: Refactor BinaryOpIC to be able to use different stubs. (Closed)

Created:
7 years ago by palfia
Modified:
7 years ago
CC:
v8-dev
Visibility:
Public.

Description

MIPS: Refactor BinaryOpIC to be able to use different stubs. Port r18191 (c20c6dc1) Original commit message: Previously BinaryOpIC and BinaryOpStub were pretty much interdependent. However, in order to use allocation sites for string adds on-demand, we need to be able to use different stubs (with a different number of register parameters, via trampolines) depending on the BinaryOpIC state. BUG= R=plind44@gmail.com Committed: https://code.google.com/p/v8/source/detail?r=18213

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -7 lines) Patch
M src/mips/code-stubs-mips.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 4 chunks +3 lines, -4 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)
palfia
PTAL.
7 years ago (2013-12-02 20:05:34 UTC) #1
Paul Lind
lgtm
7 years ago (2013-12-02 20:19:04 UTC) #2
palfia
7 years ago (2013-12-02 21:17:24 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r18213 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698