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

Issue 23118007: Ensure the type inferrer does not infer types for runtime helpers used by the backend. (Closed)

Created:
7 years, 4 months ago by ngeoffray
Modified:
7 years, 4 months ago
Reviewers:
ahe, karlklose
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Ensure the type inferrer does not infer types for runtime helpers used by the backend. R=ahe@google.com, karlklose@google.com Committed: https://code.google.com/p/dart/source/detail?r=26180

Patch Set 1 #

Total comments: 5

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -20 lines) Patch
M sdk/lib/_internal/compiler/implementation/compiler.dart View 1 chunk +6 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_backend/backend.dart View 1 7 chunks +24 lines, -18 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/types/simple_types_inferrer.dart View 1 3 chunks +8 lines, -2 lines 0 comments Download
A tests/compiler/dart2js_native/inference_of_helper_methods_test.dart View 1 1 chunk +32 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
ngeoffray
7 years, 4 months ago (2013-08-15 09:34:33 UTC) #1
ahe
LGTM! https://codereview.chromium.org/23118007/diff/1/sdk/lib/_internal/compiler/implementation/types/simple_types_inferrer.dart File sdk/lib/_internal/compiler/implementation/types/simple_types_inferrer.dart (right): https://codereview.chromium.org/23118007/diff/1/sdk/lib/_internal/compiler/implementation/types/simple_types_inferrer.dart#newcode865 sdk/lib/_internal/compiler/implementation/types/simple_types_inferrer.dart:865: if (analyzedElement.isParameter() || analyzedElement.isFieldParameter()) { I wonder if ...
7 years, 4 months ago (2013-08-15 09:41:07 UTC) #2
karlklose
LGTM.
7 years, 4 months ago (2013-08-15 09:41:47 UTC) #3
ngeoffray
Thanks Karl and Peter. https://codereview.chromium.org/23118007/diff/1/sdk/lib/_internal/compiler/implementation/types/simple_types_inferrer.dart File sdk/lib/_internal/compiler/implementation/types/simple_types_inferrer.dart (right): https://codereview.chromium.org/23118007/diff/1/sdk/lib/_internal/compiler/implementation/types/simple_types_inferrer.dart#newcode865 sdk/lib/_internal/compiler/implementation/types/simple_types_inferrer.dart:865: if (analyzedElement.isParameter() || analyzedElement.isFieldParameter()) { ...
7 years, 4 months ago (2013-08-15 09:46:04 UTC) #4
ahe
https://codereview.chromium.org/23118007/diff/1/tests/compiler/dart2js_native/inference_of_helper_methods_test.dart File tests/compiler/dart2js_native/inference_of_helper_methods_test.dart (right): https://codereview.chromium.org/23118007/diff/1/tests/compiler/dart2js_native/inference_of_helper_methods_test.dart#newcode21 tests/compiler/dart2js_native/inference_of_helper_methods_test.dart:21: intTypeCheck(42); On 2013/08/15 09:46:04, ngeoffray wrote: > On 2013/08/15 ...
7 years, 4 months ago (2013-08-15 09:52:25 UTC) #5
ngeoffray
7 years, 4 months ago (2013-08-15 10:06:15 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as r26180 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698