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

Issue 998001: Loop peeling for inner loops.... (Closed)

Created:
10 years, 9 months ago by fschneider
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Loop peeling for inner loops. This change adds the option to peel off the first iteration of inner loops. Loop peeling is off by default and can enabled by a flag. It also requires building a flow graph. As part of this I added the possibility to clone AST nodes. Committed: http://code.google.com/p/v8/source/detail?r=4205

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : Fixed lint and cleaned comments. #

Total comments: 32

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+606 lines, -16 lines) Patch
M src/ast.h View 1 2 3 4 25 chunks +96 lines, -2 lines 0 comments Download
M src/ast.cc View 1 2 3 4 1 chunk +386 lines, -0 lines 0 comments Download
M src/compiler.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M src/data-flow.h View 1 2 3 4 3 chunks +6 lines, -3 lines 0 comments Download
M src/data-flow.cc View 1 2 3 4 5 chunks +82 lines, -6 lines 0 comments Download
M src/flag-definitions.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/parser.cc View 1 2 3 4 9 chunks +31 lines, -1 line 0 comments Download
M src/variables.h View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
fschneider
10 years, 9 months ago (2010-03-19 12:33:56 UTC) #1
William Hesse
Some comments. http://codereview.chromium.org/998001/diff/18009/25007 File src/ast.cc (right): http://codereview.chromium.org/998001/diff/18009/25007#newcode599 src/ast.cc:599: // are already numbered. Assert that we ...
10 years, 9 months ago (2010-03-22 09:48:01 UTC) #2
Kevin Millikin (Chromium)
http://codereview.chromium.org/998001/diff/18009/25007 File src/ast.cc (right): http://codereview.chromium.org/998001/diff/18009/25007#newcode598 src/ast.cc:598: // Ast node number should be unique. Assert that ...
10 years, 9 months ago (2010-03-22 10:24:52 UTC) #3
fschneider
Addressed all comments. http://codereview.chromium.org/998001/diff/18009/25007 File src/ast.cc (right): http://codereview.chromium.org/998001/diff/18009/25007#newcode598 src/ast.cc:598: // Ast node number should be ...
10 years, 9 months ago (2010-03-22 12:27:41 UTC) #4
Kevin Millikin (Chromium)
10 years, 9 months ago (2010-03-22 13:01:04 UTC) #5
LGTM.

Powered by Google App Engine
This is Rietveld 408576698