Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
2e89e901b9f303549f3ba64e45d87292e9c986c8
/
runtime
/
gc
/
collector
f8cb178
Move process state into runtime
by Mathieu Chartier
· 9 years ago
bcd9dd7
Don't use ScopedObjectAccess in Heap::DumpSpaces
by Mathieu Chartier
· 9 years ago
32ce2ad
Add more systracing everywhere
by Mathieu Chartier
· 9 years ago
9a9aee6
Use MarkIfNotInToSpace for SemiSpace::MarkObject
by Mathieu Chartier
· 9 years ago
032c005
Revert "Revert "Improve immune spaces logic""
by Mathieu Chartier
· 9 years ago
07dbbca
Revert "Improve immune spaces logic"
by Nicolas Geoffray
· 9 years ago
17b8bce
Improve immune spaces logic
by Mathieu Chartier
· 9 years ago
66a5539
Add VLOG(collector) to reduce log spam
by Mathieu Chartier
· 9 years ago
52d9c2f
Merge "Use image oat file instead of image header for immune spaces"
by Mathieu Chartier
· 9 years ago
5351da0
Use image oat file instead of image header for immune spaces
by Mathieu Chartier
· 9 years ago
5496f69
Disable read barriers in GC VisitReferences calls.
by Hiroshi Yamauchi
· 9 years ago
e362740
Fix DCHECK compilation error.
by Richard Uhler
· 10 years ago
4a26f17
Remove GetImageRoots read barrier for image relocation
by Mathieu Chartier
· 10 years ago
a9d82fe
Use mutator lock to guard adding and removing heap spaces
by Mathieu Chartier
· 10 years ago
fbc3108
Revert "Revert "Load app images""
by Mathieu Chartier
· 10 years ago
5d5dbeb
Merge "Revert "Load app images""
by Nicolas Geoffray
· 10 years ago
1bc977c
Revert "Load app images"
by Nicolas Geoffray
· 10 years ago
3c44893
Disable the CC collector verbose log.
by Hiroshi Yamauchi
· 10 years ago
f7fd970
Load app images
by Mathieu Chartier
· 10 years ago
91d65e0
Fix various typos in ART's comments and string literals.
by Roland Levillain
· 10 years ago
95bbf62
Fix multiple image space handing for SS collector
by Mathieu Chartier
· 10 years ago
ceb07b3
Revert "Revert "Add support for LZ4 compressed image files""
by Mathieu Chartier
· 10 years ago
83d4d72
Revert "Add support for LZ4 compressed image files"
by Nicolas Geoffray
· 10 years ago
c6f41b5
Add support for LZ4 compressed image files
by Mathieu Chartier
· 10 years ago
16cabc4
Merge "Relax CAS in some uses of Object::AtomicSetReadBarrierPointer."
by Hiroshi Yamauchi
· 10 years ago
ed70b4a
Relax CAS in some uses of Object::AtomicSetReadBarrierPointer.
by Hiroshi Yamauchi
· 10 years ago
763a31e
Add immune spaces abstraction
by Mathieu Chartier
· 10 years ago
073b16c
Image space cleanup for app images
by Mathieu Chartier
· 10 years ago
4bbe780
Merge "Minor improvements for the CC collector."
by Hiroshi Yamauchi
· 10 years ago
723e6ce
Minor improvements for the CC collector.
by Hiroshi Yamauchi
· 10 years ago
0b654bc
Merge "Relax some CASes for the CC collector."
by Hiroshi Yamauchi
· 10 years ago
10d2508
Change Checkpoint API to return total number of checkpoints
by Mathieu Chartier
· 10 years ago
19eab40
Make the mark stack expandable for the CC collector.
by Hiroshi Yamauchi
· 10 years ago
fed3e2f
Relax some CASes for the CC collector.
by Hiroshi Yamauchi
· 10 years ago
4b8f1ec
Use ATTRIBUTE_UNUSED more.
by Roland Levillain
· 10 years ago
a6b1ead
Mark breakpoint roots
by Mathieu Chartier
· 10 years ago
fa75518
Improvements for table lookup read barriers.
by Hiroshi Yamauchi
· 10 years ago
1ac1c2b
Some clean up for mark sweep files
by Mathieu Chartier
· 10 years ago
951ec2c
Revert "Revert "Add one LinearAlloc per ClassLoader""
by Mathieu Chartier
· 10 years ago
7de5dfe
Revert "Add one LinearAlloc per ClassLoader"
by Nicolas Geoffray
· 10 years ago
356412e
Add one LinearAlloc per ClassLoader
by Mathieu Chartier
· 10 years ago
1147b9b
Use image pointer size for profile info
by Mathieu Chartier
· 10 years ago
5da1ea2
Merge "Fix the DequeuePendingReference crash."
by Hiroshi Yamauchi
· 10 years ago
70c08d3
Fix the DequeuePendingReference crash.
by Hiroshi Yamauchi
· 10 years ago
4f55e22
Add and use ScopedSuspendAll
by Mathieu Chartier
· 10 years ago
fdbd13c
Some fixes for the CC collector.
by Hiroshi Yamauchi
· 10 years ago
1aca341
Merge "Synchronize JNI critical calls with the CC collector thread flip."
by Hiroshi Yamauchi
· 10 years ago
76f55b0
Synchronize JNI critical calls with the CC collector thread flip.
by Hiroshi Yamauchi
· 10 years ago
aa50d3a
Add missing field init in constructors
by Sebastien Hertz
· 10 years ago
52a7f5c
Add class flags to class to help GC scanning
by Mathieu Chartier
· 10 years ago
0037082
Use thread-local is_gc_marking flags for the CC collector.
by Hiroshi Yamauchi
· 10 years ago
059ef3d
Always visit object class from VisitReferences
by Mathieu Chartier
· 10 years ago
b18e827
Change SS to use MarkObjectIfNotInToSpace for roots
by Mathieu Chartier
· 10 years ago
7c2af0d
Merge "Remove unnecessary `explicit` qualifiers on constructors."
by Roland Levillain
· 10 years ago
e4275c0
Visit class roots from ClassLoader::VisitReferences
by Mathieu Chartier
· 10 years ago
3887c46
Remove unnecessary `explicit` qualifiers on constructors.
by Roland Levillain
· 10 years ago
a4f6af9
Some heap cleanup
by Mathieu Chartier
· 10 years ago
c621106
Fix gcstress tests
by Mathieu Chartier
· 10 years ago
da7c650
Visit class native roots from VisitReferences
by Mathieu Chartier
· 10 years ago
9044347
Move to newer clang annotations
by Mathieu Chartier
· 10 years ago
14c3bf9
Change intern table to not use WaitHoldingLocks
by Mathieu Chartier
· 10 years ago
cced6ad
Merge "Use (D)CHECK_ALIGNED more."
by Roland Levillain
· 10 years ago
14d9057
Use (D)CHECK_ALIGNED more.
by Roland Levillain
· 10 years ago
e48a169
Move MarkObject to mark_sweep.cc
by Mathieu Chartier
· 10 years ago
8118781
Address some GC comments
by Mathieu Chartier
· 10 years ago
b19ccb1
Use SuspendAllInternal for FlipThreadRoots
by Mathieu Chartier
· 10 years ago
9750995
Clean up GC callbacks to be virtual methods
by Mathieu Chartier
· 10 years ago
5b1eea0
Merge "Thread-local mark stacks for the CC collector."
by Hiroshi Yamauchi
· 10 years ago
0b71357
Thread-local mark stacks for the CC collector.
by Hiroshi Yamauchi
· 10 years ago
3cf2253
Clean up some includes
by Mathieu Chartier
· 10 years ago
41656de
Fix potential bugs in allocation tracker
by Man Cao
· 10 years ago
46ec520
Run an empty checkpoint before marking ends in the CC collector.
by Hiroshi Yamauchi
· 10 years ago
3f64f25
Print more diagnosis info on to-space invariant violation.
by Hiroshi Yamauchi
· 10 years ago
4edd847
Fix accidental IMT and root marking regression
by Mathieu Chartier
· 10 years ago
e401d14
Move mirror::ArtMethod to native
by Mathieu Chartier
· 10 years ago
dc31313
Merge "ART: Clean up arm64 kNumberOfXRegisters usage."
by Vladimir Marko
· 10 years ago
679b1cf
Fix for potential moving GC bugs around proxy class.
by Hiroshi Yamauchi
· 10 years ago
80afd02
ART: Clean up arm64 kNumberOfXRegisters usage.
by Vladimir Marko
· 10 years ago
d0c8412
Print more info on mark sweep invalid ref crash.
by Hiroshi Yamauchi
· 10 years ago
eb2baaf
Print field info on mark sweep invalid ref crash.
by Hiroshi Yamauchi
· 10 years ago
17a924a
ART: Merge entries with same name and protect in MemMap dump.
by Vladimir Marko
· 10 years ago
3130cdf
Add some more DISALLOW_COPY_AND_ASSIGN
by Mathieu Chartier
· 10 years ago
d38ec80
Print memory maps on GC crash.
by Hiroshi Yamauchi
· 10 years ago
175746a
Change invalid root from LOG(ERROR) to LOG(INTERNAL_FATAL)
by Mathieu Chartier
· 10 years ago
60f63f5
Use the lock word bits for Baker-style read barrier.
by Hiroshi Yamauchi
· 10 years ago
2cebb24
Replace NULL with nullptr
by Mathieu Chartier
· 10 years ago
e50dffa
Merge "Remove transitive dependency on <cutils/atomic.h>."
by Yabin Cui
· 10 years ago
c7df66e
Remove transitive dependency on <cutils/atomic.h>.
by Yabin Cui
· 10 years ago
10d6886
Disable parallel GC by default
by Mathieu Chartier
· 10 years ago
9086b65
Fix valgrind tests
by Mathieu Chartier
· 10 years ago
c785344
Move ArtField to native
by Mathieu Chartier
· 10 years ago
4809d0a
Fix CC root visiting bug
by Mathieu Chartier
· 10 years ago
084403f
Merge "Add more logging for debugging possible deadlock"
by Mathieu Chartier
· 10 years ago
720e71a
Add more logging for debugging possible deadlock
by Mathieu Chartier
· 10 years ago
65b798e
ART: Enable more Clang warnings
by Andreas Gampe
· 10 years ago
bb87e0f
Refactor and improve GC root handling
by Mathieu Chartier
· 10 years ago
bf9fc58
Add more info to who called SuspendAll
by Mathieu Chartier
· 10 years ago
4460a84
Rosalloc thread local allocation path without a cas.
by Hiroshi Yamauchi
· 10 years ago
184c9dc
Fix some incorrect IsCompiler instead of IsAotCompiler
by Mathieu Chartier
· 10 years ago
e15ea08
Reserve bits in the lock word for read barriers.
by Hiroshi Yamauchi
· 10 years ago
Next »