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

Issue 9950143: Add a library name to the isolate_runtime.dart file. (Closed)

Created:
8 years, 8 months ago by devoncarew
Modified:
8 years, 8 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add a library name to the isolate_runtime.dart file.

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -0 lines) Patch
M lib/isolate/isolate_runtime.dart View 1 chunk +2 lines, -0 lines 1 comment Download

Messages

Total messages: 4 (0 generated)
devoncarew
We're adding the ability to edit system libraries in the editor, but in order to ...
8 years, 8 months ago (2012-04-04 17:24:33 UTC) #1
Siggi Cherem (dart-lang)
http://codereview.chromium.org/9950143/diff/1/lib/isolate/isolate_runtime.dart File lib/isolate/isolate_runtime.dart (right): http://codereview.chromium.org/9950143/diff/1/lib/isolate/isolate_runtime.dart#newcode8 lib/isolate/isolate_runtime.dart:8: #source("runtime/isolate.dart"); -- this line made me realize that this ...
8 years, 8 months ago (2012-04-04 17:43:22 UTC) #2
devoncarew
> lib/isolate/isolate_runtime.dart:8: #source("runtime/isolate.dart"); > -- this line made me realize that this file is actually ...
8 years, 8 months ago (2012-04-04 17:50:46 UTC) #3
Siggi Cherem (dart-lang)
8 years, 8 months ago (2012-04-04 18:05:24 UTC) #4
On 2012/04/04 17:50:46, devoncarew wrote:
> > lib/isolate/isolate_runtime.dart:8: #source("runtime/isolate.dart");
> > -- this line made me realize that this file is actually obsolete. So I'm not
> > sure if it will serve your purposes.
> > 
> > I initially moved part of the implementation of isolates from the VM here
> (under
> > lib/runtime), but that got pushed back.
> 
> We're only using this file for static analysis; we can use a different one if
> that would be better. The lib/config directory contains a mapping form the
> library name to the file to analyze against. Would it be better to use
> lib/isolate/isolate_compiler.dart instead of the runtime one?

I see - yes. Either that or isolate_frog.dart would do. isolate_frog.dart has a
bit more documentation on it. isolate_compiler.dart mainly has the API and no
implementation code, so it might be best for your purpose..

Powered by Google App Engine
This is Rietveld 408576698