Files
sdk/runtime/lib
Daniel Andersson ea46192ca3 VM-internalize the default Map implementation.
Make the compact linked hash map, which is the default implementation for Map
(including map literals), a VM-internal class.

This makes it easy to have more efficient serialization of maps (although for
now, the implementation is straight-forward).

Refactor the compact hash class hierarchy to enable the VM-internal class and
the rest (also the Set classes) to share a maximal amount of code, by using
two different bases for implicit/explicit fields.

Remove existing proof-of-concept, C++-based internal VM-class.

BUG=http://dartbug.com/22982
R=asiva@google.com

Review URL: https://codereview.chromium.org//1151523002
2015-05-28 09:32:54 -07:00
..
2014-09-09 21:47:44 +00:00
2015-04-17 20:30:29 +00:00
2014-09-09 21:47:44 +00:00
2014-09-09 21:47:44 +00:00
2015-04-24 18:53:05 +00:00
2015-04-24 18:53:05 +00:00
2014-09-09 21:47:44 +00:00
2015-04-22 17:51:49 +00:00
2014-08-19 21:15:39 +00:00
2015-04-08 23:59:23 +00:00