Dart Team Updates, Oct 30 - Nov 13

110 views
Skip to first unread message

Anders Sandholm

unread,
Nov 13, 2012, 5:56:20 PM11/13/12
to Public Dart List

Dart Team Updates, Oct 30 - Nov 13

On Dart core libraries we've introduced a library fork in experimental/lib_v2. Discussions and prototypes on Streams (called “Observable” in C#). Started work on refactoring the collections library. (Almost) removed library core_impl. noSuchMethod now takes an InvocationMirror.

In the dart:io library, we've implemented HTTP session and HTTP basic authentication support. We fixed bugs in the HTTP library and fixed a bug that caused Pub to fail (because of accessing files open in other processes on Windows). We're also working on improving IO performance and started landing HTTPS support.

For dart:html, we now have implementations and interfaces merged, dart:svg is split from dart:html and there's new support for keycodes.

In the Dart VM, the GC is now collecting unreferenced compiled code to avoid running out of code heap. The compiler now has bounds check elimination for some array accesses and we're doing investigations into better mega-morphic call site dispatch and landed first handling of related excessive de-optimizations. In the runtime, we've changed internal string representation to be UTF-16 in accordance to the updated language specification. Finally, we've worked on stability and bug fixes.

In the Dart to JavaScript Compiler, dart2js, the minifier now uses abc... for parameters and xyz... for local variables. We've improved stability and bug fixes and worked on redirecting factory constructors, on class and typedef literal expressions and we now have very limited support at runtime for InstanceMirror.invoke. Source mirrors (used by dartdoc) are being aligned with sdk/lib/mirrors.

In the Dart Editor there's a new auto-recovery feature: The  content of open editors is remembered and restored if a crash occurs. The Editor now uses the dart2js snapshot in the SDK. Compile times for the clock sample went from 9.8 seconds to 4.6 seconds. Saves in the editor are significantly faster. Times for our test file for saves went from 900ms to 30ms. The editor reports errors for using deprecated #library #import #source directives. It also resolves and refactor-renames [id] and [new id] references in documentation comments. Quick Fix to create missing “part” file.

On Pub, we've fixed bugs and improved error messages, created an HTTP package, added curl (for HTTPS) and multipart MIME support to HTTP package and uploaded lots of packages!

On Dart Web Components, we added ability to compose web components out of other components, the spec is in progress and we continued to fix many bugs from use community.  

Finally, we very much looking forward to speak at JFokus, Codemash, Esto es Google. We launched the first few Dart tutorials for new web developers and added more HTML5 samples for Dart including pointer lock and file system. New blog posts out: Build your first Web Component with Dart and TodoMVC port to Dart. Launched http://www.dartgamedevs.org/ and published Dart Webinar for O'Reilly and Dart episode of "Breaking Open". We have a new Solar 3D sample and Drone.io CI server supports Dart!


--
Anders Thorhauge Sandholm,
Product Manager

John Evans

unread,
Nov 13, 2012, 6:52:29 PM11/13/12
to mi...@dartlang.org
Really glad to hear about the observable API work. Hopefully it will mean that I can sunset Reactive-Dart at some point down the road.

Mike-Delphi-SQL-TX

unread,
Nov 14, 2012, 12:10:02 AM11/14/12
to mi...@dartlang.org
Just wanted to say how I thought you all did a great job with the visuals on that site "dart tutorials for new web devs".  I really think you made things exceptionally clear with the various graphics and callouts and the color-coded visual-associations between content, code, and explanations.  Quite nice!  Super-easy to follow along with.  And, even though I am already experienced in Dart dev, I sincerely believe that such clear training material will surely help with adoption of Dart and help new developers in general.  Fantastic.
Message has been deleted

Bluenuance

unread,
Nov 14, 2012, 4:34:56 AM11/14/12
to mi...@dartlang.org
can't wait for the collection refactorings

oh and sorry for my ignorance but what does this mean?:


" investigations into better mega-morphic call site dispatch"

Ladislav Thon

unread,
Nov 14, 2012, 4:49:08 AM11/14/12
to mi...@dartlang.org
and sorry for my ignorance but what does this mean?
> " investigations into better mega-morphic call site dispatch"


If you are not into virtual machines internals, you can safely ignore that. It doesn't affect you in any way, it is just an optimization. If you really want to know, this article on Wikipedia might be a good start: http://en.wikipedia.org/wiki/Inline_caching

LT
Reply all
Reply to author
Forward
0 new messages