index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
gc
/
heap-inl.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Object::Clone()'s pre-fence barrier.
Hiroshi Yamauchi
2014-04-03
1
-6
/
+12
*
Make the support code for read barriers a bit more general.
Hiroshi Yamauchi
2014-03-31
1
-3
/
+5
*
Refactor the garbage collector driver (GarbageCollector::Run).
Hiroshi Yamauchi
2014-03-20
1
-3
/
+3
*
Use the card table to speed up the GSS collector.
Hiroshi Yamauchi
2014-03-14
1
-0
/
+14
*
Put the post zygote non-moving space next to the malloc space.
Hiroshi Yamauchi
2014-03-11
1
-0
/
+1
*
Add more VerifyObject calls.
Mathieu Chartier
2014-03-07
1
-9
/
+4
*
Restore obj after RequestConcurrentGC.
Mathieu Chartier
2014-03-06
1
-3
/
+5
*
Enable large object space for command line runs.
Mathieu Chartier
2014-02-27
1
-1
/
+1
*
Ensure usable space data is zeroed in arrays.
Ian Rogers
2014-02-27
1
-1
/
+1
*
Make allocations report usable size.
Ian Rogers
2014-02-26
1
-12
/
+20
*
(Experimental) Add Brooks pointers.
Hiroshi Yamauchi
2014-02-25
1
-0
/
+4
*
Fix and optimize verify object.
Mathieu Chartier
2014-02-21
1
-6
/
+3
*
Thread-local allocation stack.
Hiroshi Yamauchi
2014-02-13
1
-5
/
+30
*
Background compaction support.
Mathieu Chartier
2014-01-08
1
-17
/
+29
*
Tidy up memory barriers.
Ian Rogers
2013-12-20
1
-2
/
+2
*
Thread local bump pointer allocator.
Mathieu Chartier
2013-12-16
1
-11
/
+30
*
Enable moving classes.
Mathieu Chartier
2013-12-10
1
-18
/
+23
*
Fix memory usage regression and clean up collector changing code.
Mathieu Chartier
2013-12-09
1
-3
/
+5
*
Fix valgrind-test-art-host-gtest-object_test.
Hiroshi Yamauchi
2013-12-06
1
-0
/
+3
*
Fix a libartd.so boot crash when kMovingCollector is true.
Hiroshi Yamauchi
2013-11-22
1
-5
/
+4
*
Set array length before fence in allocation code path.
Mathieu Chartier
2013-11-20
1
-10
/
+11
*
Refactor allocation entrypoints.
Mathieu Chartier
2013-11-20
1
-124
/
+99
*
A custom 'runs-of-slots' memory allocator.
Hiroshi Yamauchi
2013-11-16
1
-1
/
+20
*
Compacting collector.
Mathieu Chartier
2013-11-11
1
-7
/
+44
*
Don't use UTF16 length as length for MUTF8.
Ian Rogers
2013-10-30
1
-1
/
+1
*
Split the allocation path into 'instrumented' and 'uninstrumented'
Hiroshi Yamauchi
2013-09-25
1
-0
/
+188