summaryrefslogtreecommitdiffstats
path: root/runtime/gc/collector/semi_space.h
Commit message (Expand)AuthorAgeFilesLines
* Change reference processing to use heap references.Mathieu Chartier2014-06-161-0/+4
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-1/+2
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-1/+1
* Trigger GSS whole-heap collection based on large object allocations.Hiroshi Yamauchi2014-05-071-4/+4
* Add thread unsafe allocation methods to spaces.Mathieu Chartier2014-04-301-6/+3
* Force inlining on trivial accessors.Ian Rogers2014-04-291-2/+3
* Enable concurrent sweeping for non-concurrent GC.Mathieu Chartier2014-04-291-4/+14
* Improve GSS reference processing.Hiroshi Yamauchi2014-04-281-0/+4
* Replace ObjectSet with LargeObjectBitmap.Mathieu Chartier2014-04-171-0/+3
* Use non volatile lock words in semispace collector.Mathieu Chartier2014-04-171-0/+5
* Refactor space bitmap to support different alignments.Mathieu Chartier2014-04-141-2/+3
* GSS: Fix the bump pointer space only collection.Hiroshi Yamauchi2014-04-081-0/+8
* Refactor some GC code.Mathieu Chartier2014-03-281-19/+4
* Add missing debugger root visiting.Mathieu Chartier2014-03-251-1/+2
* Refactor object reference visiting logic.Mathieu Chartier2014-03-241-9/+16
* Refactor and optimize GC code.Mathieu Chartier2014-03-241-75/+18
* Revoke rosalloc thread-local buffers at the checkpoint.Hiroshi Yamauchi2014-03-211-0/+3
* Refactor the garbage collector driver (GarbageCollector::Run).Hiroshi Yamauchi2014-03-201-3/+3
* Use the card table to speed up the GSS collector.Hiroshi Yamauchi2014-03-141-0/+6
* Refactor immune region logic into its own file.Mathieu Chartier2014-03-131-17/+3
* Make allocations report usable size.Ian Rogers2014-02-261-1/+1
* Change ProcessReferences to not use RecursiveMarkObject.Mathieu Chartier2014-02-201-9/+5
* Change root visitor to use Object**.Mathieu Chartier2014-02-181-2/+5
* Avoid unnecessarily dirtying pages in SemiSpace collector.Mathieu Chartier2014-02-121-0/+3
* Add root types and thread id to root visiting.Mathieu Chartier2014-02-111-2/+3
* Object model changes to support 64bit.Ian Rogers2014-02-061-1/+1
* Add zygote space as its own space type.Mathieu Chartier2014-01-311-4/+1
* Improve the generational mode.Hiroshi Yamauchi2014-01-141-12/+19
* Bump pointer space only collection.Hiroshi Yamauchi2014-01-101-0/+15
* Fix ART debug build boot.Mathieu Chartier2014-01-101-2/+0
* Bin packing the zygote (best fit).Mathieu Chartier2014-01-091-7/+7
* Background compaction support.Mathieu Chartier2014-01-081-11/+3
* A simple promotion-like mechanism.Hiroshi Yamauchi2013-12-101-0/+9
* Refactor reference queues.Mathieu Chartier2013-11-151-1/+4
* Compacting collector.Mathieu Chartier2013-11-111-0/+289