dart-archive / sdk

The Dartino project was an experiment seeking to improve productivity when writing application code for embedded devices.
https://dartino.org
Other
332 stars 36 forks source link

Running without an explicit session should make a one-time session #546

Open sigurdm opened 8 years ago

sigurdm commented 8 years ago

Currently when invoking the driver without a session argument runs the compiler in "batch-mode" without connecting to the persistent process. Instead we should connect to the persistent process with a session only used for that one command to reap the benefits of a warmed up dart-vm.