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

Issue 1916793003: - Allow for loading dart:html and friends into the standalone (Closed)

Created:
4 years, 8 months ago by Ivan Posva
Modified:
4 years, 7 months ago
Reviewers:
siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

- Allow for loading dart:html and friends into the standalone dart_bootstrap binary to evaluate startup and compilation performance. BUG= R=asiva@google.com Committed: https://github.com/dart-lang/sdk/commit/3884fd4e4b6d94e9b88fa8ef926b47f5e71e8c27

Patch Set 1 #

Patch Set 2 : Review comments. #

Total comments: 21

Patch Set 3 : Apply review comments. #

Patch Set 4 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+535 lines, -44 lines) Patch
M runtime/bin/bin.gypi View 1 2 4 chunks +393 lines, -0 lines 0 comments Download
M runtime/bin/builtin.h View 1 2 3 3 chunks +27 lines, -1 line 0 comments Download
M runtime/bin/builtin.cc View 1 2 5 chunks +38 lines, -3 lines 0 comments Download
M runtime/bin/builtin.dart View 1 2 3 chunks +15 lines, -2 lines 0 comments Download
M runtime/bin/builtin_natives.cc View 3 chunks +14 lines, -3 lines 0 comments Download
M runtime/bin/builtin_nolib.cc View 1 2 2 chunks +8 lines, -0 lines 0 comments Download
M runtime/bin/dartutils.cc View 1 2 3 1 chunk +27 lines, -33 lines 0 comments Download
M runtime/lib/errors_patch.dart View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M runtime/vm/compiler.cc View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/parser.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
siva
https://codereview.chromium.org/1916793003/diff/20001/runtime/bin/bin.gypi File runtime/bin/bin.gypi (right): https://codereview.chromium.org/1916793003/diff/20001/runtime/bin/bin.gypi#newcode922 runtime/bin/bin.gypi:922: '<(html_cc_file)', Why do we need this here? https://codereview.chromium.org/1916793003/diff/20001/runtime/bin/bin.gypi#newcode1327 runtime/bin/bin.gypi:1327: ...
4 years, 8 months ago (2016-04-25 23:38:31 UTC) #2
Ivan Posva
Thanks! -Ivan https://codereview.chromium.org/1916793003/diff/20001/runtime/bin/bin.gypi File runtime/bin/bin.gypi (right): https://codereview.chromium.org/1916793003/diff/20001/runtime/bin/bin.gypi#newcode922 runtime/bin/bin.gypi:922: '<(html_cc_file)', On 2016/04/25 23:38:31, siva wrote: > ...
4 years, 8 months ago (2016-04-26 21:17:43 UTC) #3
Ivan Posva
https://codereview.chromium.org/1916793003/diff/20001/runtime/bin/dartutils.cc File runtime/bin/dartutils.cc (right): https://codereview.chromium.org/1916793003/diff/20001/runtime/bin/dartutils.cc#newcode420 runtime/bin/dartutils.cc:420: } On 2016/04/25 23:38:31, siva wrote: > This FindId ...
4 years, 7 months ago (2016-05-03 21:46:40 UTC) #4
siva
lgtm
4 years, 7 months ago (2016-05-03 23:32:47 UTC) #5
Ivan Posva
4 years, 7 months ago (2016-05-04 03:33:21 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
3884fd4e4b6d94e9b88fa8ef926b47f5e71e8c27 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698