summaryrefslogtreecommitdiffstats
path: root/vm/alloc/Copying.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate pointer tagging on the reference operation queue.Carl Shapiro2010-06-111-26/+6
* ALLOC_NO_GC is no longer used; remove it, and the nonCollectableRefs table.Barry Hayes2010-06-091-1/+0
* Send unlinkedClass back to hell, as requested.Barry Hayes2010-06-071-13/+1
* Pin objects in the debug registry hash table.Carl Shapiro2010-06-041-24/+1
* Fix three minor issues that prevent the phone from booting.Carl Shapiro2010-05-261-6/+4
* Verifiy threads, stacks, and heap worker structures.Carl Shapiro2010-05-201-148/+0
* Remove unused local variables and local functions.Carl Shapiro2010-05-201-57/+0
* Properly implement conservative scanning.Carl Shapiro2010-05-201-68/+45
* Instead of aborting, just ignore tracked allocation calls.Carl Shapiro2010-05-181-3/+3
* Resolve a few errors with the new collector and the dalvik tests.Carl Shapiro2010-05-121-2/+5
* Add a few global root verifiers to the common verification code.Carl Shapiro2010-05-121-34/+1
* Two fixes to referencing processing.Carl Shapiro2010-05-111-12/+44
* Rationalize logging.Carl Shapiro2010-05-071-145/+121
* Implement reference processing for the copying collector.Carl Shapiro2010-05-071-95/+332
* Propertly pin native method arguments.Carl Shapiro2010-05-041-64/+85
* Properly relocate objects with exposed identity hash codes.Carl Shapiro2010-05-041-129/+87
* Import outs scanning code. References discovered in the outs sectionCarl Shapiro2010-05-011-2/+67
* Import the copying collector.Carl Shapiro2010-04-231-0/+2374