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

Issue 1852393004: Fix background compilation issues when creating snapshots. (Closed)

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

Description

Fix background compilation issues when creating snapshots. - Stop background compilation early enough - Restore symbol table after completing snapshot writing. - Create symbols instead fo strinfs (error caught with --no-use_lib_cache) BUG= R=asiva@google.com Committed: https://github.com/dart-lang/sdk/commit/706ea554049c5809ede4126b9baa654fb4d71bbd

Patch Set 1 #

Patch Set 2 : Allocate language errors in old space #

Total comments: 6

Patch Set 3 : comments #

Patch Set 4 : more #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -8 lines) Patch
M runtime/bin/main.cc View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/compiler.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/heap.h View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/isolate.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/isolate.cc View 1 2 1 chunk +7 lines, -2 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 1 chunk +8 lines, -4 lines 0 comments Download
M runtime/vm/report.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/snapshot.cc View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
srdjan
4 years, 8 months ago (2016-04-04 22:05:18 UTC) #2
siva
I have one question about the change of Field::GetterName to Field::GetterSymbol https://codereview.chromium.org/1852393004/diff/20001/runtime/vm/dart_api_impl.cc File runtime/vm/dart_api_impl.cc (right): ...
4 years, 8 months ago (2016-04-04 22:45:38 UTC) #3
srdjan
PTAL https://codereview.chromium.org/1852393004/diff/20001/runtime/vm/dart_api_impl.cc File runtime/vm/dart_api_impl.cc (right): https://codereview.chromium.org/1852393004/diff/20001/runtime/vm/dart_api_impl.cc#newcode1488 runtime/vm/dart_api_impl.cc:1488: } On 2016/04/04 22:45:38, siva wrote: > I ...
4 years, 8 months ago (2016-04-04 23:22:49 UTC) #4
siva
lgtm
4 years, 8 months ago (2016-04-04 23:34:38 UTC) #5
srdjan
4 years, 8 months ago (2016-04-04 23:41:00 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
706ea554049c5809ede4126b9baa654fb4d71bbd (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698