Files
sdk/runtime
Florian Schneider caceddba8f VM: New, faster default Map construction.
Replace the C++ implementation of the default Map constructor with a
Dart version that uses the existing native setters to initialize members.

This avoid the expensive runtime transition when doing "new Map()".

BUG=#26046
R=asiva@google.com

Review URL: https://codereview.chromium.org/2278273003 .
2016-08-25 17:51:45 -07:00
..
2016-08-25 14:44:20 -07:00
2016-08-15 09:09:26 -07:00