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

Issue 2916083002: Use 'outline.dill' instead of 'platform.dill' in kernel isolate (Closed)

Created:
3 years, 6 months ago by Dmitry Stefantsov
Modified:
3 years, 6 months ago
CC:
reviews_dartlang.org, dart-fe-team+reviews_google.com, ahe, Kevin Millikin (Google)
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Use 'outline.dill' instead of 'platform.dill' in kernel isolate R=ahe@google.com, sigmund@google.com Committed: https://github.com/dart-lang/sdk/commit/303ab0aa96da2dd530270b3beb8af1fba3881e1d

Patch Set 1 #

Patch Set 2 : Adjust to the recent changes in master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M pkg/front_end/lib/src/fasta/fasta.dart View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 10 (3 generated)
Dmitry Stefantsov
Hi Siggi and Peter, Siggi, I remember you wanted to switch to 'outline.dill' from 'platform.dill' ...
3 years, 6 months ago (2017-06-01 13:56:55 UTC) #2
ahe
lgtm
3 years, 6 months ago (2017-06-01 14:01:12 UTC) #4
Siggi Cherem (dart-lang)
lgtm One idea might be to add a check in kernel-service.dart to ensure that when ...
3 years, 6 months ago (2017-06-01 18:07:34 UTC) #5
Siggi Cherem (dart-lang)
On 2017/06/01 18:07:34, Siggi Cherem (dart-lang) wrote: > lgtm > > One idea might be ...
3 years, 6 months ago (2017-06-01 18:08:21 UTC) #6
Dmitry Stefantsov
3 years, 6 months ago (2017-06-02 08:52:06 UTC) #7
Dmitry Stefantsov
Committed patchset #2 (id:20001) manually as 303ab0aa96da2dd530270b3beb8af1fba3881e1d (presubmit successful).
3 years, 6 months ago (2017-06-02 08:54:09 UTC) #9
Dmitry Stefantsov
3 years, 6 months ago (2017-06-02 09:07:02 UTC) #10
Message was sent while issue was closed.
On 2017/06/01 18:08:21, Siggi Cherem (dart-lang) wrote:
> On 2017/06/01 18:07:34, Siggi Cherem (dart-lang) wrote:
> > lgtm
> > 
> > One idea might be to add a check in kernel-service.dart to ensure that when
> the
> > --dfe flag is passed, we also specify the --platform flag (otherwise we know
> > that the dfe will create an incomplete program). We should be able to check
> that
> > just by reading Platform.executableArguments.
> 
> mmm - right now it appears that without the --platform flag the kernel-service
> is not happy anyways, so maybe this extra check is not necessary anyways.

Thanks for the reply, Siggi! Indeed, the --platform flag seems to be mandatory
when --dfe is used.

Powered by Google App Engine
This is Rietveld 408576698