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

Issue 14022011: Improvements in lithium code generation. Recognizing if some operands are constants, we can often s… (Closed)

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

Description

Improvements in lithium code generation. Recognizing if some operands are constants, we can often save on registers and instructions. BUG= Committed: https://code.google.com/p/v8/source/detail?r=14364

Patch Set 1 #

Patch Set 2 : Response to review comments from Danno out of band #

Total comments: 4

Patch Set 3 : Review updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+211 lines, -100 lines) Patch
M src/arm/lithium-arm.cc View 1 2 1 chunk +9 lines, -2 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 2 1 chunk +15 lines, -7 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 5 chunks +62 lines, -35 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 2 3 chunks +34 lines, -12 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 2 6 chunks +65 lines, -38 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 2 3 chunks +26 lines, -6 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
mvstanton
Hi, many of these changes showed up mistakenly as "unrelated" in a previous review :). ...
7 years, 8 months ago (2013-04-18 09:29:23 UTC) #1
danno
lgtm with comments https://codereview.chromium.org/14022011/diff/2001/src/ia32/lithium-codegen-ia32.cc File src/ia32/lithium-codegen-ia32.cc (right): https://codereview.chromium.org/14022011/diff/2001/src/ia32/lithium-codegen-ia32.cc#newcode4485 src/ia32/lithium-codegen-ia32.cc:4485: __ mov(operand, Immediate(const_value)); Shouldn't you store ...
7 years, 8 months ago (2013-04-18 15:37:54 UTC) #2
mvstanton
Thanks for the look and SMI-convert catch! https://codereview.chromium.org/14022011/diff/2001/src/ia32/lithium-codegen-ia32.cc File src/ia32/lithium-codegen-ia32.cc (right): https://codereview.chromium.org/14022011/diff/2001/src/ia32/lithium-codegen-ia32.cc#newcode4485 src/ia32/lithium-codegen-ia32.cc:4485: __ mov(operand, ...
7 years, 8 months ago (2013-04-19 16:53:28 UTC) #3
mvstanton
7 years, 8 months ago (2013-04-22 07:47:33 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r14364 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698