Files
sdk/tests/corelib
fschneider@google.com 1e7310d48f Improve constant pool implementation in the assembler.
Instead of using RawObject* as keys, use Object*. Using handles eliminates any assumption
about the underlying GC implementation (e.g. requiring that old objects don't move).

Remove special handling of null_object by making HashMap more generic and
allowing the trait to specify the value used to indicate an empty element.

The goal is to use one unified, efficient implementation of the constant
pool on all architectures that require one (x64, arm64, mips).

R=vegorov@google.com, zra@google.com

Review URL: https://codereview.chromium.org//848703002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42901 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-15 10:43:36 +00:00
..
2013-05-03 12:12:17 +00:00
2013-11-01 17:02:27 +00:00
2013-11-01 17:02:27 +00:00
2012-11-12 23:15:29 +00:00
2013-11-01 17:02:27 +00:00
2013-12-13 12:10:23 +00:00
2013-10-24 08:44:32 +00:00
2014-06-26 11:49:11 +00:00