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

Issue 24772002: Move the container tracer to the call graph inferrer. (Closed)

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

Description

Move the container tracer to the call graph inferrer. R=kasperl@google.com Committed: https://code.google.com/p/dart/source/detail?r=27992

Patch Set 1 : #

Total comments: 10

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+255 lines, -686 lines) Patch
M sdk/lib/_internal/compiler/implementation/compiler.dart View 1 2 chunks +0 lines, -2 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/dart2jslib.dart View 1 1 chunk +0 lines, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/inferrer/container_tracer.dart View 1 2 chunks +103 lines, -631 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/inferrer/simple_types_inferrer.dart View 1 2 chunks +45 lines, -33 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/inferrer/type_graph_inferrer.dart View 1 6 chunks +14 lines, -3 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/inferrer/type_graph_nodes.dart View 1 10 chunks +89 lines, -12 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/types/types.dart View 1 1 chunk +0 lines, -1 line 0 comments Download
M tests/compiler/dart2js/list_tracer_test.dart View 1 1 chunk +4 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
ngeoffray
7 years, 2 months ago (2013-09-26 15:31:56 UTC) #1
kasperl
LGTM. https://codereview.chromium.org/24772002/diff/3001/sdk/lib/_internal/compiler/implementation/inferrer/container_tracer.dart File sdk/lib/_internal/compiler/implementation/inferrer/container_tracer.dart (right): https://codereview.chromium.org/24772002/diff/3001/sdk/lib/_internal/compiler/implementation/inferrer/container_tracer.dart#newcode141 sdk/lib/_internal/compiler/implementation/inferrer/container_tracer.dart:141: bool disableLengthTracking = false; Consider making this positive ...
7 years, 2 months ago (2013-09-27 05:35:43 UTC) #2
ngeoffray
Thanks Kasper. https://codereview.chromium.org/24772002/diff/3001/sdk/lib/_internal/compiler/implementation/inferrer/container_tracer.dart File sdk/lib/_internal/compiler/implementation/inferrer/container_tracer.dart (right): https://codereview.chromium.org/24772002/diff/3001/sdk/lib/_internal/compiler/implementation/inferrer/container_tracer.dart#newcode141 sdk/lib/_internal/compiler/implementation/inferrer/container_tracer.dart:141: bool disableLengthTracking = false; On 2013/09/27 05:35:43, ...
7 years, 2 months ago (2013-09-27 07:47:21 UTC) #3
ngeoffray
7 years, 2 months ago (2013-09-27 08:21:50 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r27992 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698