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

Issue 6874007: Implement hardfloat calling convention in macro assembler and simulator. (Closed)

Created:
9 years, 8 months ago by Karl Klose
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Implement hardfloat calling convention in macro assembler and simulator.

Patch Set 1 #

Patch Set 2 : Implement simulator and generate correct argument passing code. #

Patch Set 3 : Rename arguments and improve comments. #

Patch Set 4 : Fix some bugs and improve comments. #

Patch Set 5 : Minor edits. #

Total comments: 17

Patch Set 6 : Address comments and add signature for double compare. #

Patch Set 7 : Insert deleted empty line. #

Total comments: 2

Patch Set 8 : Add num_double_arguments to CallCFunction #

Unified diffs Side-by-side diffs Delta from patch set Stats (+365 lines, -88 lines) Patch
M src/arm/code-stubs-arm.cc View 1 2 3 4 5 6 7 6 chunks +49 lines, -22 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 2 3 4 5 6 7 3 chunks +14 lines, -16 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 2 3 4 5 6 7 5 chunks +32 lines, -5 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 2 3 4 5 6 7 5 chunks +117 lines, -13 lines 0 comments Download
M src/arm/simulator-arm.h View 1 2 3 4 5 1 chunk +3 lines, -2 lines 0 comments Download
M src/arm/simulator-arm.cc View 1 2 3 4 5 3 chunks +121 lines, -21 lines 0 comments Download
M src/assembler.h View 1 2 3 4 5 1 chunk +13 lines, -1 line 0 comments Download
M src/assembler.cc View 1 2 3 4 5 6 chunks +7 lines, -8 lines 0 comments Download
M src/flag-definitions.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M tools/test.py View 1 2 3 2 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Karl Klose
9 years, 8 months ago (2011-04-27 07:09:50 UTC) #1
Søren Thygesen Gjesse
LGTM http://codereview.chromium.org/6874007/diff/5010/src/arm/code-stubs-arm.cc File src/arm/code-stubs-arm.cc (right): http://codereview.chromium.org/6874007/diff/5010/src/arm/code-stubs-arm.cc#newcode833 src/arm/code-stubs-arm.cc:833: __ PrepareCallCFunction(4, scratch); // Two doubles are 4 ...
9 years, 8 months ago (2011-04-27 08:19:01 UTC) #2
Karl Klose
I have uploaded a new version. http://codereview.chromium.org/6874007/diff/5010/src/arm/code-stubs-arm.cc File src/arm/code-stubs-arm.cc (right): http://codereview.chromium.org/6874007/diff/5010/src/arm/code-stubs-arm.cc#newcode833 src/arm/code-stubs-arm.cc:833: __ PrepareCallCFunction(4, scratch); ...
9 years, 8 months ago (2011-04-27 12:54:13 UTC) #3
Søren Thygesen Gjesse
LGTM http://codereview.chromium.org/6874007/diff/5013/src/arm/code-stubs-arm.cc File src/arm/code-stubs-arm.cc (right): http://codereview.chromium.org/6874007/diff/5013/src/arm/code-stubs-arm.cc#newcode841 src/arm/code-stubs-arm.cc:841: __ CallCFunction(ExternalReference::double_fp_operation(op, masm->isolate()), The number 4 passed here ...
9 years, 8 months ago (2011-04-27 13:26:03 UTC) #4
Karl Klose
9 years, 8 months ago (2011-04-27 14:27:56 UTC) #5
http://codereview.chromium.org/6874007/diff/5013/src/arm/code-stubs-arm.cc
File src/arm/code-stubs-arm.cc (right):

http://codereview.chromium.org/6874007/diff/5013/src/arm/code-stubs-arm.cc#ne...
src/arm/code-stubs-arm.cc:841: __
CallCFunction(ExternalReference::double_fp_operation(op, masm->isolate()),
On 2011/04/27 13:26:03, Søren Gjesse wrote:
> The number 4 passed here should be two values as in PrepareCallCFunction, and
> match that.

Done.

Powered by Google App Engine
This is Rietveld 408576698