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

Issue 1963733003: Faster ignore. (Closed)

Created:
4 years, 7 months ago by Leaf
Modified:
4 years, 7 months ago
Reviewers:
vsm
CC:
dev-compiler+reviews_dartlang.org
Base URL:
git@github.com:dart-lang/dev_compiler.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Faster ignore. Put a cache in front of the function which tests for failures to ignore. BUG= R=vsm@google.com Committed: https://github.com/dart-lang/dev_compiler/commit/952d2ed96ac15acd21a269be45e20b514428b665

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+114 lines, -52 lines) Patch
M lib/runtime/dart_sdk.js View 4 chunks +48 lines, -20 lines 0 comments Download
M tool/input_sdk/private/ddc_runtime/operations.dart View 1 chunk +38 lines, -16 lines 2 comments Download
M tool/input_sdk/private/ddc_runtime/types.dart View 3 chunks +28 lines, -16 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
Leaf
4 years, 7 months ago (2016-05-10 15:47:42 UTC) #2
vsm
lgtm https://codereview.chromium.org/1963733003/diff/1/tool/input_sdk/private/ddc_runtime/operations.dart File tool/input_sdk/private/ddc_runtime/operations.dart (right): https://codereview.chromium.org/1963733003/diff/1/tool/input_sdk/private/ddc_runtime/operations.dart#newcode204 tool/input_sdk/private/ddc_runtime/operations.dart:204: if (!!$isSubtype(type, $Iterable) && !!$isSubtype(actual, $Iterable) || FWIW, ...
4 years, 7 months ago (2016-05-10 15:56:10 UTC) #3
Leaf
https://codereview.chromium.org/1963733003/diff/1/tool/input_sdk/private/ddc_runtime/operations.dart File tool/input_sdk/private/ddc_runtime/operations.dart (right): https://codereview.chromium.org/1963733003/diff/1/tool/input_sdk/private/ddc_runtime/operations.dart#newcode204 tool/input_sdk/private/ddc_runtime/operations.dart:204: if (!!$isSubtype(type, $Iterable) && !!$isSubtype(actual, $Iterable) || On 2016/05/10 ...
4 years, 7 months ago (2016-05-10 16:43:05 UTC) #4
Leaf
4 years, 7 months ago (2016-05-10 16:43:25 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
952d2ed96ac15acd21a269be45e20b514428b665 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698