You won't want to miss out on the world-class speakers at TNW Conference this year 🎟 Book your 2 for 1 tickets now! This offer ends on April 22 →

This article was published on May 21, 2014

Google releases Dart SDK 1.4 with new Observatory tool for looking inside running virtual machines on demand


Google releases Dart SDK 1.4 with new Observatory tool for looking inside running virtual machines on demand

Google today released Dart SDK version 1.4 with a new Observatory tool that allows you to look inside a running Dart virtual machine on demand and see live reporting of data. It shows information about garbage collection, the instance count for all in-memory objects by their type, line-by-line code coverage, and evaluation of arbitrary expressions. You can download the latest stable release of Dart, the company’s JavaScript competitor, now from dartlang.org.

Screen Shot 2014-05-21 at 10.53.37 AM

In Dart 1.4, the dartanalyzer command line tool is 100 percent Dart, meaning it runs without Java and requires only the Dart virtual machine. Google has also made File I/O much faster, especially when accessing large files, and added experimental support for sharing network sockets across isolates (on Linux only for now). You can read the full release notes here.

See also – Google releases Dart SDK 1.0, marking its JavaScript alternative as production-ready for Web developers and Google releases Dart SDK 1.3, promises 2x performance improvement for asynchronous code

Image Credit: sergign

Get the TNW newsletter

Get the most important tech news in your inbox each week.

Also tagged with