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

Issue 14364010: Lithium: avoid registers for constants when possible. (Closed)

Created:
7 years, 8 months ago by mvstanton
Modified:
7 years, 8 months ago
Reviewers:
Toon Verwaest
CC:
v8-dev
Visibility:
Public.

Description

Lithium: avoid registers for constants when possible. BUG= Committed: https://code.google.com/p/v8/source/detail?r=14460

Patch Set 1 #

Patch Set 2 : New patch because diffs seem broken #

Patch Set 3 : Code review updates #

Total comments: 1

Patch Set 4 : Last comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -64 lines) Patch
M src/arm/lithium-arm.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 2 2 chunks +8 lines, -1 line 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 2 2 chunks +10 lines, -3 lines 0 comments Download
M src/hydrogen.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/hydrogen-instructions.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 3 1 chunk +12 lines, -6 lines 0 comments Download
M src/ia32/lithium-ia32.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 2 5 chunks +14 lines, -27 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 2 3 1 chunk +11 lines, -4 lines 0 comments Download
M src/x64/lithium-x64.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 2 5 chunks +14 lines, -23 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
mvstanton
Hi Toon, here is the change we discussed. As noted, it reverts a portion of ...
7 years, 8 months ago (2013-04-26 13:05:05 UTC) #1
Toon Verwaest
lgtm with last nit. https://codereview.chromium.org/14364010/diff/7001/src/ia32/lithium-codegen-ia32.cc File src/ia32/lithium-codegen-ia32.cc (right): https://codereview.chromium.org/14364010/diff/7001/src/ia32/lithium-codegen-ia32.cc#newcode6033 src/ia32/lithium-codegen-ia32.cc:6033: __ mov(result, 0); Use Smi::FromInt(0) ...
7 years, 8 months ago (2013-04-26 13:59:19 UTC) #2
mvstanton
7 years, 8 months ago (2013-04-26 14:04:18 UTC) #3
Message was sent while issue was closed.
Committed patchset #4 manually as r14460 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698