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

Issue 14046017: Abcd for performance check. (Closed)

Created:
7 years, 8 months ago by Massi
Modified:
5 years ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Abcd for performance check.

Patch Set 1 #

Total comments: 45

Patch Set 2 : Addressed all review comments except the one about optimistic hoisting of checks. #

Patch Set 3 : Fixed interaction between idefs and DEADCE. #

Patch Set 4 : Caching of relations (and counter of removed bounds checks). #

Patch Set 5 : Clear the relation evaluation cache when we change the graph. #

Patch Set 6 : Split compilation phases. #

Patch Set 7 : Fixes and speedups in induction variable detection. #

Total comments: 8

Patch Set 8 : Addressed review comments. #

Patch Set 9 : Rebased on bleeding edge. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+811 lines, -92 lines) Patch
M src/arm/lithium-codegen-arm.cc View 1 2 3 4 5 6 7 8 1 chunk +5 lines, -1 line 0 comments Download
M src/flag-definitions.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen.h View 1 2 3 4 5 6 7 8 7 chunks +56 lines, -1 line 0 comments Download
M src/hydrogen.cc View 1 2 3 4 5 6 7 8 7 chunks +83 lines, -11 lines 0 comments Download
M src/hydrogen-instructions.h View 1 2 3 4 5 6 7 8 25 chunks +253 lines, -20 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 2 3 4 5 6 7 8 18 chunks +375 lines, -47 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 3 4 5 6 7 8 1 chunk +10 lines, -2 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 2 3 4 5 6 7 8 1 chunk +22 lines, -8 lines 0 comments Download
M src/v8-counters.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 2 3 4 5 6 7 8 1 chunk +5 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Massi
7 years, 8 months ago (2013-04-16 09:03:11 UTC) #1
Jakob Kummerow
https://codereview.chromium.org/14046017/diff/1/src/flag-definitions.h File src/flag-definitions.h (right): https://codereview.chromium.org/14046017/diff/1/src/flag-definitions.h#newcode221 src/flag-definitions.h:221: DEFINE_bool(idefs, true, "use informative definitions") intentional? https://codereview.chromium.org/14046017/diff/1/src/hydrogen-instructions.cc File src/hydrogen-instructions.cc ...
7 years, 8 months ago (2013-04-17 11:34:15 UTC) #2
Massi
These are the minimal changes to fix all known performance regressions. The optimistic hoisting is ...
7 years, 7 months ago (2013-05-07 11:32:02 UTC) #3
Jakob Kummerow
LGTM with a few more nits. Let's discuss the higher-level situation on Friday. https://codereview.chromium.org/14046017/diff/23001/src/hydrogen-instructions.cc File ...
7 years, 7 months ago (2013-05-15 12:56:35 UTC) #4
Massi
7 years, 7 months ago (2013-05-21 12:49:56 UTC) #5
https://codereview.chromium.org/14046017/diff/23001/src/hydrogen-instructions.cc
File src/hydrogen-instructions.cc (right):

https://codereview.chromium.org/14046017/diff/23001/src/hydrogen-instructions...
src/hydrogen-instructions.cc:1204:
!induction_limit->block()->Dominates(my_pre_header)) continue;
On 2013/05/15 12:56:35, Jakob wrote:
> another nit: {} please when the condition doesn't fit onto a single line.
Again
> below.

Done.

https://codereview.chromium.org/14046017/diff/23001/src/hydrogen-instructions...
src/hydrogen-instructions.cc:2106: HValue* induction_base_cantidate =
OperandAt(other_operand_index);
On 2013/05/15 12:56:35, Jakob wrote:
> nit: s/cantidate/candidate/

Done.

https://codereview.chromium.org/14046017/diff/23001/src/hydrogen-instructions.h
File src/hydrogen-instructions.h (right):

https://codereview.chromium.org/14046017/diff/23001/src/hydrogen-instructions...
src/hydrogen-instructions.h:871: bool result) :
On 2013/05/15 12:56:35, Jakob wrote:
> nit: colon goes on the next line, with 4 spaces of indentation relative to
> "NumericRelationTableElement(".

Done.

https://codereview.chromium.org/14046017/diff/23001/src/hydrogen-instructions...
src/hydrogen-instructions.h:880: NumericRelationTableElement(const
NumericRelationTableElement& other) :
On 2013/05/15 12:56:35, Jakob wrote:
> nit: same here

Done.

Powered by Google App Engine
This is Rietveld 408576698