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

Issue 82953002: Inline the fixed array constructor manually in the SSA builder. Also track whether a fixed array ev… (Closed)

Created:
7 years, 1 month ago by ngeoffray
Modified:
7 years ago
Reviewers:
lukas, kasperl
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Inline the fixed array constructor manually in the SSA builder. Also track whether a fixed array ever flows into a method that may check if it is growable. Also fixes new List(null): it now throws. R=kasperl@google.com Committed: https://code.google.com/p/dart/source/detail?r=30612

Patch Set 1 : #

Total comments: 10

Patch Set 2 : #

Messages

Total messages: 4 (0 generated)
ngeoffray
7 years, 1 month ago (2013-11-22 10:34:47 UTC) #1
kasperl
LGTM. https://codereview.chromium.org/82953002/diff/20001/sdk/lib/_internal/compiler/implementation/inferrer/container_tracer.dart File sdk/lib/_internal/compiler/implementation/inferrer/container_tracer.dart (right): https://codereview.chromium.org/82953002/diff/20001/sdk/lib/_internal/compiler/implementation/inferrer/container_tracer.dart#newcode144 sdk/lib/_internal/compiler/implementation/inferrer/container_tracer.dart:144: bool checksGrowable = false; Is this always !enableLengthTracking? ...
7 years ago (2013-11-25 08:16:44 UTC) #2
ngeoffray
Thanks Kasper. https://codereview.chromium.org/82953002/diff/20001/sdk/lib/_internal/compiler/implementation/inferrer/container_tracer.dart File sdk/lib/_internal/compiler/implementation/inferrer/container_tracer.dart (right): https://codereview.chromium.org/82953002/diff/20001/sdk/lib/_internal/compiler/implementation/inferrer/container_tracer.dart#newcode144 sdk/lib/_internal/compiler/implementation/inferrer/container_tracer.dart:144: bool checksGrowable = false; On 2013/11/25 08:16:44, ...
7 years ago (2013-11-25 08:33:31 UTC) #3
ngeoffray
7 years ago (2013-11-25 09:11:06 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r30612 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698