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

Issue 6311010: ARM: Port new version of ParallelMove's GapResolver to ARM. Add MemOperand s... (Closed)

Created:
9 years, 11 months ago by William Hesse
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

ARM: Port new version of ParallelMove's GapResolver to ARM. Fix error in vstr(DoubleRegister, MemOperand), where it was implemented as a vldr, in r6830. Committed: http://code.google.com/p/v8/source/detail?r=6839

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 28

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 2

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+435 lines, -307 lines) Patch
M src/SConscript View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M src/arm/assembler-arm.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 2 3 4 5 5 chunks +27 lines, -44 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 2 3 4 5 5 chunks +17 lines, -262 lines 0 comments Download
A src/arm/lithium-gap-resolver-arm.h View 1 2 1 chunk +84 lines, -0 lines 0 comments Download
A src/arm/lithium-gap-resolver-arm.cc View 1 2 3 4 5 1 chunk +303 lines, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
William Hesse
Not quite finished. Some lint errors also remain.
9 years, 11 months ago (2011-01-21 14:45:58 UTC) #1
William Hesse
Done!
9 years, 11 months ago (2011-01-24 13:25:27 UTC) #2
William Hesse
9 years, 11 months ago (2011-01-24 13:53:45 UTC) #3
Søren Thygesen Gjesse
LGTM with the comments addressed. Maybe some general comment on the pitfalls of using of ...
9 years, 11 months ago (2011-01-25 08:33:20 UTC) #4
William Hesse
Much simplified version. I would assert that { 9 } is cgen_->scratch0(), but scratch0() is ...
9 years, 11 months ago (2011-01-25 17:25:12 UTC) #5
Søren Thygesen Gjesse
LGTM Regarding the failing test you say "it is trying to write to sp - ...
9 years, 11 months ago (2011-01-26 08:10:26 UTC) #6
William Hesse
9 years, 10 months ago (2011-02-16 15:53:18 UTC) #7

          

Powered by Google App Engine
This is Rietveld 408576698