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

Issue 24596002: ARM: Let the register allocator handle the context register. (Closed)

Created:
7 years, 2 months ago by Rodolph Perfetta
Modified:
7 years, 2 months ago
CC:
v8-dev
Visibility:
Public.

Description

ARM: Let the register allocator handle the context register. BUG=none TEST=none R=ulan@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=16993

Patch Set 1 #

Total comments: 10

Patch Set 2 : Addressed first round of comments. #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+471 lines, -233 lines) Patch
M src/arm/assembler-arm.h View 4 chunks +31 lines, -21 lines 0 comments Download
M src/arm/lithium-arm.h View 1 32 chunks +237 lines, -127 lines 0 comments Download
M src/arm/lithium-arm.cc View 25 chunks +96 lines, -46 lines 3 comments Download
M src/arm/lithium-codegen-arm.h View 1 chunk +3 lines, -1 line 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 47 chunks +104 lines, -33 lines 2 comments Download
M src/arm/macro-assembler-arm.cc View 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Rodolph Perfetta
A further patch will enable inlining of methods with different contexts.
7 years, 2 months ago (2013-09-25 15:20:36 UTC) #1
ulan
Looks good. First round of comments. https://codereview.chromium.org/24596002/diff/1/src/arm/lithium-codegen-arm.cc File src/arm/lithium-codegen-arm.cc (right): https://codereview.chromium.org/24596002/diff/1/src/arm/lithium-codegen-arm.cc#newcode2587 src/arm/lithium-codegen-arm.cc:2587: void LCodeGen::DoStringCompareAndBranch(LStringCompareAndBranch* instr) ...
7 years, 2 months ago (2013-09-26 10:06:33 UTC) #2
Rodolph Perfetta
https://codereview.chromium.org/24596002/diff/1/src/arm/lithium-codegen-arm.cc File src/arm/lithium-codegen-arm.cc (right): https://codereview.chromium.org/24596002/diff/1/src/arm/lithium-codegen-arm.cc#newcode2587 src/arm/lithium-codegen-arm.cc:2587: void LCodeGen::DoStringCompareAndBranch(LStringCompareAndBranch* instr) { On 2013/09/26 10:06:33, ulan wrote: ...
7 years, 2 months ago (2013-09-26 12:20:12 UTC) #3
ulan
LGTM https://codereview.chromium.org/24596002/diff/11001/src/arm/lithium-arm.cc File src/arm/lithium-arm.cc (right): https://codereview.chromium.org/24596002/diff/11001/src/arm/lithium-arm.cc#newcode1214 src/arm/lithium-arm.cc:1214: : UseFixed(instr->context(), cp); I think we can use ...
7 years, 2 months ago (2013-09-27 12:08:00 UTC) #4
vincent.belliard.fr
https://codereview.chromium.org/24596002/diff/11001/src/arm/lithium-arm.cc File src/arm/lithium-arm.cc (right): https://codereview.chromium.org/24596002/diff/11001/src/arm/lithium-arm.cc#newcode1214 src/arm/lithium-arm.cc:1214: : UseFixed(instr->context(), cp); On 2013/09/27 12:08:00, ulan wrote: > ...
7 years, 2 months ago (2013-09-27 12:37:04 UTC) #5
ulan
https://codereview.chromium.org/24596002/diff/11001/src/arm/lithium-arm.cc File src/arm/lithium-arm.cc (right): https://codereview.chromium.org/24596002/diff/11001/src/arm/lithium-arm.cc#newcode1214 src/arm/lithium-arm.cc:1214: : UseFixed(instr->context(), cp); OK, let's leave UseFixed.
7 years, 2 months ago (2013-09-27 12:44:13 UTC) #6
Rodolph Perfetta
7 years, 2 months ago (2013-09-27 13:59:43 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 manually as r16993 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698