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

Issue 24680006: Fix list length optimization bug: do not inline a length access to a constant if the receiver can b… (Closed)

Created:
7 years, 2 months ago by ngeoffray
Modified:
7 years, 2 months ago
Reviewers:
kasperl
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix list length optimization bug: do not inline a length access to a constant if the receiver can be null. Committed: https://code.google.com/p/dart/source/detail?r=27989

Patch Set 1 : #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -11 lines) Patch
M sdk/lib/_internal/compiler/implementation/ssa/optimize.dart View 1 1 chunk +11 lines, -1 line 0 comments Download
A + tests/language/list_length_tracer_test.dart View 2 chunks +4 lines, -10 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
ngeoffray
7 years, 2 months ago (2013-09-26 15:27:06 UTC) #1
kasperl
STV!
7 years, 2 months ago (2013-09-27 05:37:26 UTC) #2
ngeoffray
Thanks Kasper. As discussed, I updated the code to continue doing the length access -> ...
7 years, 2 months ago (2013-09-27 06:40:08 UTC) #3
kasperl
Even better. STV++
7 years, 2 months ago (2013-09-27 06:41:52 UTC) #4
ngeoffray
7 years, 2 months ago (2013-09-27 07:08:19 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r27989 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698