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

Issue 7039058: MIPS: arch-independent changes to support mips. (Closed)

Created:
9 years, 7 months ago by Paul Lind
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

MIPS: arch-independent changes to support mips. This change supports all non-crankshaft features except serialization. This must be built after the changes in http://codereview.chromium.org/6966031 are landed. BUG= TEST= Committed: http://code.google.com/p/v8/source/detail?r=8023

Patch Set 1 #

Total comments: 2

Patch Set 2 : Rebased on r7964. #

Total comments: 2

Patch Set 3 : Updated per comments, rebased on r8009. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -64 lines) Patch
M src/assembler.h View 1 chunk +13 lines, -0 lines 0 comments Download
M src/mips/assembler-mips-inl.h View 1 2 4 chunks +14 lines, -41 lines 1 comment Download
M test/cctest/cctest.status View 1 chunk +0 lines, -21 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 2 1 chunk +26 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Paul Lind
9 years, 7 months ago (2011-05-19 05:57:13 UTC) #1
Paul Lind
9 years, 7 months ago (2011-05-20 04:24:24 UTC) #2
Søren Thygesen Gjesse
Please consider the change where on overloaded VisitPointer is required. http://codereview.chromium.org/7039058/diff/1/src/mips/assembler-mips-inl.h File src/mips/assembler-mips-inl.h (right): http://codereview.chromium.org/7039058/diff/1/src/mips/assembler-mips-inl.h#newcode131 ...
9 years, 7 months ago (2011-05-23 09:20:58 UTC) #3
Paul Lind
http://codereview.chromium.org/7039058/diff/1/src/mips/assembler-mips-inl.h File src/mips/assembler-mips-inl.h (right): http://codereview.chromium.org/7039058/diff/1/src/mips/assembler-mips-inl.h#newcode131 src/mips/assembler-mips-inl.h:131: reconstructed_obj_ptr_ = On 2011/05/23 09:20:58, Søren Gjesse wrote: > ...
9 years, 7 months ago (2011-05-24 06:30:22 UTC) #4
Søren Thygesen Gjesse
9 years, 7 months ago (2011-05-24 07:54:36 UTC) #5
LGTM!

The full compiler now runs all tests!

Thanks for working on this!

I will commit it.

http://codereview.chromium.org/7039058/diff/10001/src/mips/assembler-mips-inl.h
File src/mips/assembler-mips-inl.h (right):

http://codereview.chromium.org/7039058/diff/10001/src/mips/assembler-mips-inl...
src/mips/assembler-mips-inl.h:234: visitor->VisitPointer(p);
Instead of the additional local var p you could use reconstructed_obj_ptr_
instead, but maybe that is relying to much on the internal details of how
target_object_address() works.

Powered by Google App Engine
This is Rietveld 408576698