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

Issue 6248004: ARM: Implement DoInstanceOfKnownGlobal stub (Closed)

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

Description

ARM: Implement DoInstanceOfKnownGlobal stub BUG=none TEST=none Committed: http://code.google.com/p/v8/source/detail?r=6403

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 14

Patch Set 3 : '' #

Total comments: 20

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+287 lines, -34 lines) Patch
M src/arm/code-stubs-arm.cc View 1 2 3 4 chunks +109 lines, -27 lines 0 comments Download
M src/arm/lithium-arm.h View 1 2 3 2 chunks +7 lines, -2 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 2 3 2 chunks +9 lines, -2 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 2 3 1 chunk +113 lines, -1 line 0 comments Download
M src/arm/macro-assembler-arm.h View 1 2 3 2 chunks +11 lines, -1 line 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 2 3 3 chunks +30 lines, -0 lines 0 comments Download
M src/arm/simulator-arm.cc View 1 2 3 1 chunk +6 lines, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
m.m.capewell
9 years, 11 months ago (2011-01-13 10:49:48 UTC) #1
Mads Ager (chromium)
Redirecting to Søren.
9 years, 11 months ago (2011-01-13 11:04:01 UTC) #2
Søren Thygesen Gjesse
http://codereview.chromium.org/6248004/diff/6001/src/arm/code-stubs-arm.cc File src/arm/code-stubs-arm.cc (right): http://codereview.chromium.org/6248004/diff/6001/src/arm/code-stubs-arm.cc#newcode2893 src/arm/code-stubs-arm.cc:2893: // Uses registers r0 to r4. Expected input is ...
9 years, 11 months ago (2011-01-13 15:14:36 UTC) #3
m.m.capewell
9 years, 11 months ago (2011-01-14 17:50:18 UTC) #4
Alexandre
http://codereview.chromium.org/6248004/diff/6001/src/arm/code-stubs-arm.cc File src/arm/code-stubs-arm.cc (right): http://codereview.chromium.org/6248004/diff/6001/src/arm/code-stubs-arm.cc#newcode2893 src/arm/code-stubs-arm.cc:2893: // Uses registers r0 to r4. Expected input is ...
9 years, 11 months ago (2011-01-14 17:53:39 UTC) #5
Søren Thygesen Gjesse
Some more comments. http://codereview.chromium.org/6248004/diff/15001/src/arm/code-stubs-arm.cc File src/arm/code-stubs-arm.cc (right): http://codereview.chromium.org/6248004/diff/15001/src/arm/code-stubs-arm.cc#newcode2895 src/arm/code-stubs-arm.cc:2895: // * object: r0 or at ...
9 years, 11 months ago (2011-01-17 13:18:07 UTC) #6
Alexandre
Thanks for the review Søren. Could you have a look at my comment on the ...
9 years, 11 months ago (2011-01-17 18:06:41 UTC) #7
Søren Thygesen Gjesse
You are right that the InstanceofStub does not directly touch the floating point registers, however ...
9 years, 11 months ago (2011-01-18 13:23:28 UTC) #8
m.m.capewell
9 years, 11 months ago (2011-01-19 13:15:23 UTC) #9
Søren Thygesen Gjesse
9 years, 11 months ago (2011-01-19 14:56:56 UTC) #10
LGTM

Committed: http://code.google.com/p/v8/source/detail?r=6403

Thanks for the patch!

Powered by Google App Engine
This is Rietveld 408576698