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

Issue 8106002: MIPS: port Merge experimental/gc branch to the bleeding_edge. (Closed)

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

Description

MIPS: port Merge experimental/gc branch to the bleeding_edge. Simplified based on Michael's change Refactor how embedded pointers are visited. (9597) Ported r9328 (bdc13b7) BUG= TEST= Committed: http://code.google.com/p/v8/source/detail?r=9600

Patch Set 1 #

Patch Set 2 : Pass bool value thru Visitors, to reduce number of ifdefs. #

Patch Set 3 : rebased to r9574. #

Patch Set 4 : generalized the indirect pointer mode a bit, rebased on r9585 #

Patch Set 5 : Rebased on r9598, greatly simplified. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1152 lines, -178 lines) Patch
M src/mips/assembler-mips.cc View 4 chunks +7 lines, -5 lines 0 comments Download
M src/mips/assembler-mips-inl.h View 1 2 3 4 7 chunks +22 lines, -8 lines 0 comments Download
M src/mips/code-stubs-mips.h View 3 chunks +237 lines, -1 line 0 comments Download
M src/mips/code-stubs-mips.cc View 1 2 3 5 chunks +305 lines, -6 lines 0 comments Download
M src/mips/codegen-mips.h View 1 chunk +0 lines, -15 lines 0 comments Download
M src/mips/deoptimizer-mips.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/mips/frames-mips.h View 1 chunk +14 lines, -0 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 1 2 3 4 9 chunks +46 lines, -24 lines 0 comments Download
M src/mips/ic-mips.cc View 4 chunks +22 lines, -13 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 4 chunks +137 lines, -29 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 6 chunks +319 lines, -68 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 1 2 3 6 chunks +41 lines, -8 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Paul Lind
Hi - We finally have a working version with the new gc. The fundamental issue ...
9 years, 2 months ago (2011-10-03 05:48:47 UTC) #1
danno
Thanks, Paul. I am uncomfortable with the MIPS-specific #ifdefs in the shared code. I don't ...
9 years, 2 months ago (2011-10-04 07:59:41 UTC) #2
Paul Lind
Hi Erik, Danno - I understand your concern about the MIPS ifdefs. I've uploaded a ...
9 years, 2 months ago (2011-10-05 04:02:26 UTC) #3
Paul Lind
Rebased on r9574, 10-Oct. No functional changes.
9 years, 2 months ago (2011-10-11 04:23:48 UTC) #4
danno
Paul, this is better, but perhaps it needs to be even more generalized, i.e. switching ...
9 years, 2 months ago (2011-10-11 16:05:07 UTC) #5
Paul Lind
Danno, I generalized it a bit, hopefully in the direction you intended. Still use an ...
9 years, 2 months ago (2011-10-12 04:22:11 UTC) #6
Michael Starzinger
Hello Paul! I looked at the proposed changes to ObjectSlot for the mark-and-compact collector. I ...
9 years, 2 months ago (2011-10-12 14:25:18 UTC) #7
Paul Lind
Michael, thank-you!! Your change in r9597 provides enormous simplification for mips. None of our arch-independent ...
9 years, 2 months ago (2011-10-13 06:56:24 UTC) #8
danno
9 years, 2 months ago (2011-10-13 07:35:31 UTC) #9
lgtm

Powered by Google App Engine
This is Rietveld 408576698