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

Issue 1969523002: Canonicalize function types (Closed)

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

Description

Canonicalize function types. Brings sample app load time down to the 6-7s range. BUG= R=sra@google.com Committed: https://github.com/dart-lang/dev_compiler/commit/21252fe99b55f1bbd041009ccdddb4e444485b6a

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 14

Patch Set 6 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+327 lines, -88 lines) Patch
M lib/runtime/dart_sdk.js View 1 2 3 4 5 6 chunks +86 lines, -39 lines 0 comments Download
M test/browser/runtime_tests.js View 1 2 3 4 1 chunk +103 lines, -0 lines 0 comments Download
M tool/input_sdk/private/ddc_runtime/types.dart View 1 2 3 4 5 7 chunks +138 lines, -49 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
Leaf
4 years, 7 months ago (2016-05-10 23:18:26 UTC) #3
sra1
LGTM but I'm concerned about some reflective path providing extras = []. https://codereview.chromium.org/1969523002/diff/80001/tool/input_sdk/private/ddc_runtime/types.dart File tool/input_sdk/private/ddc_runtime/types.dart ...
4 years, 7 months ago (2016-05-10 23:48:59 UTC) #4
Leaf
PTAL. https://codereview.chromium.org/1969523002/diff/80001/tool/input_sdk/private/ddc_runtime/types.dart File tool/input_sdk/private/ddc_runtime/types.dart (right): https://codereview.chromium.org/1969523002/diff/80001/tool/input_sdk/private/ddc_runtime/types.dart#newcode127 tool/input_sdk/private/ddc_runtime/types.dart:127: final _fnTypeNamedArgMap = JS('', 'new Map()'); On 2016/05/10 ...
4 years, 7 months ago (2016-05-11 01:42:49 UTC) #5
sra1
lgtm
4 years, 7 months ago (2016-05-11 04:48:41 UTC) #6
Leaf
4 years, 7 months ago (2016-05-11 17:08:35 UTC) #8
Message was sent while issue was closed.
Committed patchset #6 (id:100001) manually as
21252fe99b55f1bbd041009ccdddb4e444485b6a (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698