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

Issue 14520010: First step towards loading the core library scripts directly from the sources (Closed)

Created:
7 years, 8 months ago by siva
Modified:
7 years, 7 months ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

First step towards loading the core library scripts directly from the sources instead of concatenating all the scripts and linking them into the executable. - Refactor the bootstrap script loading and compilation part to use a custom bootstrap library tag handler R=iposva@google.com Committed: https://code.google.com/p/dart/source/detail?r=22154

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 14

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Total comments: 4

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+285 lines, -335 lines) Patch
M runtime/vm/bootstrap.h View 1 2 3 4 5 6 7 1 chunk +1 line, -19 lines 0 comments Download
M runtime/vm/bootstrap.cc View 1 2 3 4 5 6 7 2 chunks +185 lines, -84 lines 0 comments Download
M runtime/vm/bootstrap_nocorelib.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -73 lines 0 comments Download
M runtime/vm/object.h View 1 2 3 4 5 6 7 2 chunks +2 lines, -4 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 4 5 6 7 10 chunks +22 lines, -67 lines 0 comments Download
M runtime/vm/object_store.h View 1 2 3 4 5 6 7 4 chunks +69 lines, -82 lines 0 comments Download
M runtime/vm/object_store.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/symbols.h View 1 2 3 4 5 6 7 1 chunk +5 lines, -5 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
siva
7 years, 8 months ago (2013-04-27 00:04:20 UTC) #1
Ivan Posva
https://codereview.chromium.org/14520010/diff/5003/runtime/vm/bootstrap.cc File runtime/vm/bootstrap.cc (right): https://codereview.chromium.org/14520010/diff/5003/runtime/vm/bootstrap.cc#newcode27 runtime/vm/bootstrap.cc:27: const char* url_; We should use URI instead of ...
7 years, 7 months ago (2013-04-29 04:42:32 UTC) #2
siva
https://codereview.chromium.org/14520010/diff/5003/runtime/vm/bootstrap.cc File runtime/vm/bootstrap.cc (right): https://codereview.chromium.org/14520010/diff/5003/runtime/vm/bootstrap.cc#newcode27 runtime/vm/bootstrap.cc:27: const char* url_; On 2013/04/29 04:42:32, Ivan Posva wrote: ...
7 years, 7 months ago (2013-04-29 17:35:58 UTC) #3
siva
I have made the change to get rid of LoadCoreScript and unified dart:core into the ...
7 years, 7 months ago (2013-04-29 20:22:20 UTC) #4
Ivan Posva
LGTM -ip https://codereview.chromium.org/14520010/diff/15002/runtime/vm/bootstrap.cc File runtime/vm/bootstrap.cc (right): https://codereview.chromium.org/14520010/diff/15002/runtime/vm/bootstrap.cc#newcode107 runtime/vm/bootstrap.cc:107: Dart_Handle BootstrapLibraryTagHandler(Dart_LibraryTag tag, static https://codereview.chromium.org/14520010/diff/15002/runtime/vm/object.cc File runtime/vm/object.cc ...
7 years, 7 months ago (2013-04-29 21:13:47 UTC) #5
siva
https://codereview.chromium.org/14520010/diff/15002/runtime/vm/bootstrap.cc File runtime/vm/bootstrap.cc (right): https://codereview.chromium.org/14520010/diff/15002/runtime/vm/bootstrap.cc#newcode107 runtime/vm/bootstrap.cc:107: Dart_Handle BootstrapLibraryTagHandler(Dart_LibraryTag tag, On 2013/04/29 21:13:47, Ivan Posva wrote: ...
7 years, 7 months ago (2013-04-29 21:47:38 UTC) #6
siva
7 years, 7 months ago (2013-04-29 22:00:25 UTC) #7
Message was sent while issue was closed.
Committed patchset #8 manually as r22154 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698