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

Issue 214613004: Only assign environments when they are actually needed. (ARM and ARM64 only) (Closed)

Created:
6 years, 9 months ago by Sven Panne
Modified:
6 years, 8 months ago
Reviewers:
Yang
CC:
v8-dev
Visibility:
Public.

Description

Only assign environments when they are actually needed. (ARM and ARM64 only) Twin of https://codereview.chromium.org/210783003/ and https://codereview.chromium.org/211153003/. Cleaned up DoChange a bit on the way, making things more uniform across platforms, removed useless comments etc. R=yangguo@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=20376

Patch Set 1 #

Patch Set 2 : ARM64. DoChange cleanup. Rebased. #

Total comments: 2

Patch Set 3 : Rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+227 lines, -232 lines) Patch
M src/arm/lithium-arm.cc View 1 13 chunks +90 lines, -69 lines 0 comments Download
M src/arm64/lithium-arm64.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/arm64/lithium-arm64.cc View 1 11 chunks +92 lines, -98 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 5 chunks +21 lines, -31 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 2 chunks +23 lines, -33 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Sven Panne
6 years, 9 months ago (2014-03-27 14:57:26 UTC) #1
Sven Panne
Added ARM64, too, plus some minor unification of things in DoChange. PTAL...
6 years, 8 months ago (2014-03-31 12:18:06 UTC) #2
Yang
lgtm. https://codereview.chromium.org/214613004/diff/20001/src/arm/lithium-arm.cc File src/arm/lithium-arm.cc (right): https://codereview.chromium.org/214613004/diff/20001/src/arm/lithium-arm.cc#newcode1917 src/arm/lithium-arm.cc:1917: LOperand* value = UseRegisterAtStart(val); Is moving this line ...
6 years, 8 months ago (2014-04-01 06:56:01 UTC) #3
Sven Panne
https://codereview.chromium.org/214613004/diff/20001/src/arm/lithium-arm.cc File src/arm/lithium-arm.cc (right): https://codereview.chromium.org/214613004/diff/20001/src/arm/lithium-arm.cc#newcode1917 src/arm/lithium-arm.cc:1917: LOperand* value = UseRegisterAtStart(val); On 2014/04/01 06:56:01, Yang wrote: ...
6 years, 8 months ago (2014-04-01 07:05:56 UTC) #4
Yang
On 2014/04/01 07:05:56, Sven Panne wrote: > https://codereview.chromium.org/214613004/diff/20001/src/arm/lithium-arm.cc > File src/arm/lithium-arm.cc (right): > > https://codereview.chromium.org/214613004/diff/20001/src/arm/lithium-arm.cc#newcode1917 ...
6 years, 8 months ago (2014-04-01 07:06:49 UTC) #5
Sven Panne
6 years, 8 months ago (2014-04-01 07:21:42 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r20376 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698