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

Issue 7934002: MIPS: crankshaft implementation (Closed)

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

Description

MIPS: crankshaft implementation BUG= TEST= Committed: http://code.google.com/p/v8/source/detail?r=9828

Patch Set 1 #

Patch Set 2 : Rebased to r9640, including new-gc. #

Total comments: 14

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

Total comments: 4

Patch Set 4 : Updated per review comments. #

Patch Set 5 : Update crankshaft sub to r9730. #

Patch Set 6 : rebased on r9745, and optimized DoTransitionElementsKind. #

Patch Set 7 : rebase on r9779. #

Patch Set 8 : Rebased on r9806. #

Patch Set 9 : rebased on r9823. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10463 lines, -223 lines) Patch
M src/SConscript View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M src/deoptimizer.h View 1 2 1 chunk +14 lines, -1 line 0 comments Download
M src/flag-definitions.h View 1 2 3 4 5 6 2 chunks +3 lines, -6 lines 0 comments Download
M src/mips/builtins-mips.cc View 1 2 3 4 5 6 7 8 3 chunks +76 lines, -9 lines 0 comments Download
M src/mips/deoptimizer-mips.cc View 1 2 3 4 3 chunks +721 lines, -14 lines 0 comments Download
M src/mips/lithium-codegen-mips.h View 1 2 3 4 5 6 1 chunk +373 lines, -10 lines 0 comments Download
A src/mips/lithium-codegen-mips.cc View 1 2 3 4 5 6 1 chunk +4628 lines, -0 lines 0 comments Download
A + src/mips/lithium-gap-resolver-mips.h View 1 chunk +45 lines, -26 lines 0 comments Download
A src/mips/lithium-gap-resolver-mips.cc View 1 2 3 1 chunk +309 lines, -0 lines 0 comments Download
M src/mips/lithium-mips.h View 1 2 3 4 5 6 1 chunk +2073 lines, -157 lines 0 comments Download
A src/mips/lithium-mips.cc View 1 2 3 4 1 chunk +2218 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Paul Lind
Hi guys - sorry to drop a bomb on you first thing Monday morning, but ...
9 years, 3 months ago (2011-09-17 02:39:52 UTC) #1
Paul Lind
Hi guys - Here is the resubmission of our crankshaft code, with new-gc, and all ...
9 years, 2 months ago (2011-10-17 05:13:52 UTC) #2
fschneider
First round of feedback. I looked at the files up to including lithium-codegen.h. http://codereview.chromium.org/7934002/diff/9001/src/flag-definitions.h File ...
9 years, 2 months ago (2011-10-18 14:27:58 UTC) #3
Paul Lind
Thanks for the review. Updated per your comments, and rebased to today's changes. The changes ...
9 years, 2 months ago (2011-10-19 02:18:27 UTC) #4
Kevin Millikin (Chromium)
I looked at all but the lithium-mips.{h,cc} and lithium-codegen-mips.{h,cc} files. The rest seems OK to ...
9 years, 2 months ago (2011-10-19 07:43:21 UTC) #5
Paul Lind
Kevin, I updated for the comments you left. I was not able to rebase this ...
9 years, 2 months ago (2011-10-20 04:34:08 UTC) #6
Paul Lind
The previous upload covered Kevin's most recent comments. This rebases on r9730. This includes the ...
9 years, 2 months ago (2011-10-21 05:38:38 UTC) #7
Paul Lind
Rebased to r 9745, and made a small improvement to DoTransitionElementsKind. This will require http://codereview.chromium.org/8368021/ ...
9 years, 2 months ago (2011-10-24 04:36:50 UTC) #8
Paul Lind
Hi guys, this was rebased on rr9779, but I uploaded several patches today which need ...
9 years, 1 month ago (2011-10-26 02:48:32 UTC) #9
Paul Lind
Hi guys, thanks to you landing all my patches from yesterday, there is only one ...
9 years, 1 month ago (2011-10-27 04:10:24 UTC) #10
Paul Lind
Rebased on today's changes (r9823). It will build and run directly on the head. No ...
9 years, 1 month ago (2011-10-28 00:48:07 UTC) #11
Kevin Millikin (Chromium)
9 years, 1 month ago (2011-10-28 08:15:48 UTC) #12
Looks good to us, we will land it.

Powered by Google App Engine
This is Rietveld 408576698