Thursday 28 March 2013

Why dart2js produces faster JavaScript code from Dart

The dart2js compiler, which converts Dart to JavaScript, now produces smaller and faster code thanks to its global type inferencer. By analyzing the entire program, the compiler can eliminate bail outs and redundant checks, resulting in code that runs faster on modern JavaScript engines.
crawled from : Dartlang

No comments:

Post a Comment