commit | 9ebae1f30b84dfd8dab4144f80eebec4f8fc8851 | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Mon Oct 15 17:38:16 2012 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Oct 16 10:05:04 2012 -0700 |
tree | 379f7606cf7c1b5bbeb41caccc4cb681fc1ef2b4 | |
parent | 30de32dec8dba21f7fec117b779c2b4e6bb4e4e6 [diff] |
Concurrent class linker and intern table root marking We now mark the class linker and intern table roots concurrently (with mutators unpaused), only re-marking these roots in the second pause if they get dirtied. Reduces root marking time by ~1ms for each pause. Change-Id: I833fc557bac9a2930868db715587318293fa4655