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

Issue 11412120: MIPS: Support all fast elements kinds in the major array operations. Currently missing support for … (Closed)

Created:
8 years, 1 month ago by palfia
Modified:
8 years, 1 month ago
CC:
v8-dev
Visibility:
Public.

Description

MIPS: Support all fast elements kinds in the major array operations. Currently missing support for unshift. Port r12969 (b10320d7) BUG= TEST= Committed: https://code.google.com/p/v8/source/detail?r=13022

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -15 lines) Patch
M src/mips/code-stubs-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/ic-mips.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/mips/macro-assembler-mips.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 3 chunks +8 lines, -5 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 6 chunks +40 lines, -5 lines 0 comments Download
M src/objects-inl.h View 1 chunk +1 line, -1 line 1 comment Download

Messages

Total messages: 2 (0 generated)
palfia
https://chromiumcodereview.appspot.com/11412120/diff/1/src/objects-inl.h File src/objects-inl.h (right): https://chromiumcodereview.appspot.com/11412120/diff/1/src/objects-inl.h#newcode1947 src/objects-inl.h:1947: return reinterpret_cast<double*>(FIELD_ADDR(this, kHeaderSize)); I've modified this line, because the ...
8 years, 1 month ago (2012-11-21 00:50:50 UTC) #1
Toon Verwaest
8 years, 1 month ago (2012-11-21 09:42:00 UTC) #2
lgtm, landing.

Powered by Google App Engine
This is Rietveld 408576698