Description[VM-corelib] Improve performance for very big maps and sets.
This is rather experimental. It's an attempt to fix some
bad interactions between the write barrier/remembered set
and very large hash maps (1 million entries). Large maps and
sets are broken up into chunks which don't have to move when
the map grows and which are not dirtied with writes if we are
mainluy adding to the map.
Currently, performance on small maps suffers too much for this
to be viable, so this is not currently intended for committing.
R=sra@google.com
BUG=
Patch Set 1 #
Total comments: 2
Patch Set 2 : Speed up moveNext on the map/set iterator. #
Messages
Total messages: 4 (0 generated)
|