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

Issue 72983002: MIPS: Handle all object types (minus smi) in load/store ICs. (Closed)

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

Description

MIPS: Handle all object types (minus smi) in load/store ICs. Port r17755 (bfef904) BUG=

Patch Set 1 #

Total comments: 6

Patch Set 2 : Fix Branches #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -41 lines) Patch
M src/mips/stub-cache-mips.cc View 1 12 chunks +37 lines, -41 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
kilvadyb
7 years, 1 month ago (2013-11-14 18:45:39 UTC) #1
Paul Lind
Need to fix the b() branches, as they are incorrect in this usage, see comments. ...
7 years, 1 month ago (2013-11-14 19:13:04 UTC) #2
kilvadyb
https://codereview.chromium.org/72983002/diff/1/src/mips/stub-cache-mips.cc File src/mips/stub-cache-mips.cc (right): https://codereview.chromium.org/72983002/diff/1/src/mips/stub-cache-mips.cc#newcode1293 src/mips/stub-cache-mips.cc:1293: __ b(&success); On 2013/11/14 19:13:04, Paul Lind wrote: > ...
7 years, 1 month ago (2013-11-14 20:04:29 UTC) #3
Paul Lind
lgtm
7 years, 1 month ago (2013-11-14 20:32:08 UTC) #4
Paul Lind
7 years, 1 month ago (2013-11-14 20:36:25 UTC) #5
Committed as r17762.

Powered by Google App Engine
This is Rietveld 408576698