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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't allow negative GetFreeMemory.
Mathieu Chartier
2014-06-27
1
-1
/
+4
*
Merge "More advanced timing loggers."
Mathieu Chartier
2014-06-24
7
-180
/
+147
|
\
|
*
More advanced timing loggers.
Mathieu Chartier
2014-06-24
7
-180
/
+147
*
|
Add logging to monitor deflation.
Mathieu Chartier
2014-06-24
1
-1
/
+4
|
/
*
Use reader lock of bulk free lock when not freeing.
Mathieu Chartier
2014-06-23
2
-8
/
+5
*
Shared single GC iteration accounting for all GCs.
Mathieu Chartier
2014-06-20
12
-350
/
+346
*
Add mark compact collector.
Mathieu Chartier
2014-06-19
15
-41
/
+963
*
Fix systrace logging, total paused time, and bytes saved message.
Mathieu Chartier
2014-06-17
3
-5
/
+10
*
Merge "Fix error with remembered sets creation."
Mathieu Chartier
2014-06-17
1
-10
/
+12
|
\
|
*
Fix error with remembered sets creation.
Mathieu Chartier
2014-06-17
1
-10
/
+12
*
|
Change reference processing to use heap references.
Mathieu Chartier
2014-06-16
9
-121
/
+131
|
/
*
Remove deprecated WITH_HOST_DALVIK.
Ian Rogers
2014-06-10
7
-14
/
+20
*
Merge "Reduced frequency of blocks for concurrent gc"
Mathieu Chartier
2014-06-10
3
-21
/
+27
|
\
|
*
Reduced frequency of blocks for concurrent gc
Fred Shih
2014-06-10
3
-21
/
+27
*
|
Merge "Add locking around boot image generation."
Narayan Kamath
2014-06-10
1
-1
/
+12
|
\
\
|
|
/
|
/
|
|
*
Add locking around boot image generation.
Narayan Kamath
2014-06-10
1
-1
/
+12
*
|
Fix GetFreeMemory to use fooprint limit instead of max memory.
Mathieu Chartier
2014-06-09
2
-2
/
+2
|
/
*
Add missing initializtaion of last_gc_time_ns_.
Mathieu Chartier
2014-06-06
1
-0
/
+1
*
Merge "Change FieldHelper to use a handle."
Mathieu Chartier
2014-06-06
1
-5
/
+3
|
\
|
*
Change FieldHelper to use a handle.
Mathieu Chartier
2014-06-06
1
-5
/
+3
*
|
Reduce header files including header files.
Ian Rogers
2014-06-06
2
-5
/
+8
|
/
*
Merge "Verify there's no mem map gap for immune region not to break."
Hiroshi Yamauchi
2014-06-05
1
-0
/
+11
|
\
|
*
Verify there's no mem map gap for immune region not to break.
Hiroshi Yamauchi
2014-06-04
1
-0
/
+11
*
|
ART: Heap-allocate buffer in space_bitmap when on 64b arch
Andreas Gampe
2014-06-04
1
-1
/
+9
*
|
Print mutexes held in Thread::Dump.
Mathieu Chartier
2014-06-04
1
-1
/
+1
*
|
ART: Add thread safety test for LargeObjectSpace
Andreas Gampe
2014-05-30
1
-0
/
+57
*
|
Change GetFreeMemory to use the growth limit.
Mathieu Chartier
2014-05-29
2
-2
/
+2
*
|
Merge "Use a heap allocated free buffer in MarkSweep::SweepArray()."
Hiroshi Yamauchi
2014-05-28
2
-1
/
+15
|
\
\
|
|
/
|
*
Use a heap allocated free buffer in MarkSweep::SweepArray().
Hiroshi Yamauchi
2014-05-28
2
-1
/
+15
*
|
Merge "Don't create bump pointer spaces unless necessary."
Mathieu Chartier
2014-05-28
2
-8
/
+6
|
\
\
|
|
/
|
/
|
|
*
Don't create bump pointer spaces unless necessary.
Mathieu Chartier
2014-05-28
2
-8
/
+6
*
|
Merge "Allocate large enough space bitmaps for malloc spaces."
Hiroshi Yamauchi
2014-05-28
1
-6
/
+8
|
\
\
|
*
|
Allocate large enough space bitmaps for malloc spaces.
Hiroshi Yamauchi
2014-05-23
1
-6
/
+8
*
|
|
Add option to specify compiler executable.
Tsu Chiang Chuang
2014-05-27
1
-2
/
+1
|
|
/
|
/
|
*
|
Improve invalid large object free dumping.
Mathieu Chartier
2014-05-23
1
-2
/
+4
*
|
Add reserve area to allocation stacks.
Mathieu Chartier
2014-05-23
4
-60
/
+92
*
|
Add support for jemalloc instead of dlmalloc.
Christopher Ferris
2014-05-22
1
-1
/
+7
|
/
*
Fix build.
Mathieu Chartier
2014-05-21
1
-3
/
+3
*
Merge "Begin migration of art::Atomic to std::atomic."
Ian Rogers
2014-05-21
11
-86
/
+94
|
\
|
*
Begin migration of art::Atomic to std::atomic.
Ian Rogers
2014-05-20
11
-86
/
+94
*
|
Change zygote_creation_lock_ to be member instead of static.
Mathieu Chartier
2014-05-21
2
-3
/
+6
*
|
Merge "Simplify Class::IsArtFieldClass()."
Hiroshi Yamauchi
2014-05-21
1
-3
/
+6
|
\
\
|
*
|
Simplify Class::IsArtFieldClass().
Hiroshi Yamauchi
2014-05-20
1
-3
/
+6
|
|
/
*
|
Improve heap verification for invalid roots.
Mathieu Chartier
2014-05-20
2
-47
/
+54
|
/
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
28
-94
/
+91
*
Check and log a to-space overflow explicitly.
Hiroshi Yamauchi
2014-05-19
1
-0
/
+1
*
Follow up to "Add ISA directory to image and odex pathnames."
Brian Carlstrom
2014-05-19
2
-4
/
+4
*
Merge "Add ISA directory to image and odex pathnames."
Brian Carlstrom
2014-05-19
1
-2
/
+8
|
\
|
*
Add ISA directory to image and odex pathnames.
Brian Carlstrom
2014-05-16
1
-2
/
+8
*
|
Delete ClassHelper and fix compaction bug in GetDirectInterface
Mathieu Chartier
2014-05-18
1
-1
/
+1
|
/
[next]