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

Issue 21538: Add constant folding and optimization for constant smi operands to... (Closed)

Created:
11 years, 10 months ago by William Hesse
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Add constant folding and optimization for constant smi operands to binary operations. Move existing smi optimizations from AST level to virtual frame level.

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Total comments: 16

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Total comments: 64

Patch Set 8 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+471 lines, -282 lines) Patch
M src/codegen-ia32.h View 1 2 3 4 5 6 7 2 chunks +22 lines, -7 lines 0 comments Download
M src/codegen-ia32.cc View 1 2 3 4 5 6 7 25 chunks +449 lines, -275 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
William Hesse
Please take a preliminary look at these changes. They are not yet debugged or tested, ...
11 years, 10 months ago (2009-02-20 12:54:23 UTC) #1
Kevin Millikin (Chromium)
I think the approach looks right. We should make sure to come up with tests ...
11 years, 10 months ago (2009-02-20 13:05:31 UTC) #2
William Hesse
I think the code to free eax and edx has turned out very nicely. It ...
11 years, 10 months ago (2009-02-20 20:34:34 UTC) #3
Kevin Millikin (Chromium)
The register shuffling code looks good. I'm not sure if there's any good way to ...
11 years, 10 months ago (2009-02-23 09:10:15 UTC) #4
William Hesse
Still debugging - not ready for final review. http://codereview.chromium.org/21538/diff/2001/2003 File src/codegen-ia32.cc (right): http://codereview.chromium.org/21538/diff/2001/2003#newcode753 Line 753: ...
11 years, 10 months ago (2009-02-23 16:13:32 UTC) #5
William Hesse
Here is the changelist. Please review it. Thanks.
11 years, 10 months ago (2009-02-24 15:31:38 UTC) #6
Kevin Millikin (Chromium)
Lots of comments, mostly style. http://codereview.chromium.org/21538/diff/4001/4003 File src/codegen-ia32.cc (right): http://codereview.chromium.org/21538/diff/4001/4003#newcode692 Line 692: // is inlined ...
11 years, 10 months ago (2009-02-25 21:28:58 UTC) #7
William Hesse
http://codereview.chromium.org/21538/diff/4001/4003 File src/codegen-ia32.cc (right): http://codereview.chromium.org/21538/diff/4001/4003#newcode692 Line 692: // is inlined or should be dealt with ...
11 years, 10 months ago (2009-02-26 13:18:43 UTC) #8
William Hesse
11 years, 9 months ago (2009-03-10 09:28:27 UTC) #9
This changelist has moved from experimental compiler branch to bleeding-edge,
with a new issue number, http://codereview.chromium.org/42006.

Powered by Google App Engine
This is Rietveld 408576698