Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
7c8c679e2192f1d040ae1dcc1d3450091c244272
/
runtime
/
gc
3a09092
Revert "lambda: Add support for invoke-interface for boxed innate lambdas"
by Nicolas Geoffray
· 9 years ago
457e874
lambda: Add support for invoke-interface for boxed innate lambdas
by Igor Murashkin
· 9 years ago
1532476
Use arc4random when available to select delta for image relocation.
by Alex Light
· 9 years ago
16cabc4
Merge "Relax CAS in some uses of Object::AtomicSetReadBarrierPointer."
by Hiroshi Yamauchi
· 9 years ago
ed70b4a
Relax CAS in some uses of Object::AtomicSetReadBarrierPointer.
by Hiroshi Yamauchi
· 9 years ago
69edd0d
Merge "Increase code cache after 1 full collection."
by Nicolas Geoffray
· 9 years ago
0a3be16
Increase code cache after 1 full collection.
by Nicolas Geoffray
· 9 years ago
763a31e
Add immune spaces abstraction
by Mathieu Chartier
· 9 years ago
073b16c
Image space cleanup for app images
by Mathieu Chartier
· 9 years ago
6be4f2a
ART: Fix leak in Heap
by Andreas Gampe
· 9 years ago
42bddce
Add low_4gb support to MapFile and MapFileAtAddress
by Mathieu Chartier
· 9 years ago
4bbe780
Merge "Minor improvements for the CC collector."
by Hiroshi Yamauchi
· 9 years ago
723e6ce
Minor improvements for the CC collector.
by Hiroshi Yamauchi
· 9 years ago
0b654bc
Merge "Relax some CASes for the CC collector."
by Hiroshi Yamauchi
· 9 years ago
10d2508
Change Checkpoint API to return total number of checkpoints
by Mathieu Chartier
· 9 years ago
9e1b56f
Merge "Make the mark stack expandable for the CC collector."
by Hiroshi Yamauchi
· 9 years ago
1a7b133
Merge "Support garbage collection of JITted code."
by Nicolas Geoffray
· 9 years ago
1dad3f6
Support garbage collection of JITted code.
by Nicolas Geoffray
· 9 years ago
8d44725
Trim arena maps during heap trim
by Mathieu Chartier
· 9 years ago
19eab40
Make the mark stack expandable for the CC collector.
by Hiroshi Yamauchi
· 9 years ago
fed3e2f
Relax some CASes for the CC collector.
by Hiroshi Yamauchi
· 9 years ago
66e33f1
Merge "Use DlMallocSpace for the JIT code cache."
by Nicolas Geoffray
· 9 years ago
0c3c266
Use DlMallocSpace for the JIT code cache.
by Nicolas Geoffray
· 9 years ago
7cabeca
Merge "Revert "Revert "Implement rosalloc fast path in assembly for 32 bit arm."""
by Hiroshi Yamauchi
· 9 years ago
dc412b6
Revert "Revert "Implement rosalloc fast path in assembly for 32 bit arm.""
by Hiroshi Yamauchi
· 9 years ago
4b8f1ec
Use ATTRIBUTE_UNUSED more.
by Roland Levillain
· 9 years ago
a2b2e73
Merge "Revert "Implement rosalloc fast path in assembly for 32 bit arm.""
by Nicolas Geoffray
· 9 years ago
cf91c7d
Revert "Implement rosalloc fast path in assembly for 32 bit arm."
by Nicolas Geoffray
· 9 years ago
2248d27
Merge "Implement rosalloc fast path in assembly for 32 bit arm."
by Hiroshi Yamauchi
· 9 years ago
e631694
Implement rosalloc fast path in assembly for 32 bit arm.
by Hiroshi Yamauchi
· 9 years ago
f9c6fc6
Add OatFileManager
by Mathieu Chartier
· 9 years ago
a6b1ead
Mark breakpoint roots
by Mathieu Chartier
· 9 years ago
aa51682
Add exclusion between instrumentation and GC
by Mathieu Chartier
· 9 years ago
c448024
Merge "Improvements for table lookup read barriers."
by Hiroshi Yamauchi
· 9 years ago
fa75518
Improvements for table lookup read barriers.
by Hiroshi Yamauchi
· 9 years ago
883dc19
Merge "Use free lists instead of bitmaps within rosalloc runs."
by Hiroshi Yamauchi
· 9 years ago
31bf42c
Use free lists instead of bitmaps within rosalloc runs.
by Hiroshi Yamauchi
· 9 years ago
598302a
Call JNI_OnUnload when class loaders get collected
by Mathieu Chartier
· 9 years ago
1ac1c2b
Some clean up for mark sweep files
by Mathieu Chartier
· 9 years ago
951ec2c
Revert "Revert "Add one LinearAlloc per ClassLoader""
by Mathieu Chartier
· 9 years ago
7de5dfe
Revert "Add one LinearAlloc per ClassLoader"
by Nicolas Geoffray
· 9 years ago
356412e
Add one LinearAlloc per ClassLoader
by Mathieu Chartier
· 9 years ago
c895082
Clean up mod union table
by Mathieu Chartier
· 9 years ago
fe9a1b0
Merge "Expect null referent in DequeuePendingReference()."
by Hiroshi Yamauchi
· 9 years ago
d2bb5ba
Expect null referent in DequeuePendingReference().
by Hiroshi Yamauchi
· 9 years ago
1147b9b
Use image pointer size for profile info
by Mathieu Chartier
· 9 years ago
5da1ea2
Merge "Fix the DequeuePendingReference crash."
by Hiroshi Yamauchi
· 9 years ago
70c08d3
Fix the DequeuePendingReference crash.
by Hiroshi Yamauchi
· 9 years ago
4f55e22
Add and use ScopedSuspendAll
by Mathieu Chartier
· 9 years ago
f1d666e
Add ScopedThreadSuspension
by Mathieu Chartier
· 9 years ago
fdbd13c
Some fixes for the CC collector.
by Hiroshi Yamauchi
· 9 years ago
db00eaf
Add GC coverage test for moving GC
by Mathieu Chartier
· 9 years ago
ed15000
Fix some HandleScope bugs and add corresponding checks
by Mathieu Chartier
· 9 years ago
1aca341
Merge "Synchronize JNI critical calls with the CC collector thread flip."
by Hiroshi Yamauchi
· 9 years ago
76f55b0
Synchronize JNI critical calls with the CC collector thread flip.
by Hiroshi Yamauchi
· 9 years ago
aa50d3a
Add missing field init in constructors
by Sebastien Hertz
· 9 years ago
52a7f5c
Add class flags to class to help GC scanning
by Mathieu Chartier
· 9 years ago
0037082
Use thread-local is_gc_marking flags for the CC collector.
by Hiroshi Yamauchi
· 9 years ago
059ef3d
Always visit object class from VisitReferences
by Mathieu Chartier
· 9 years ago
009c34c
Merge "Fix and improve reference cache mod-union table"
by Mathieu Chartier
· 9 years ago
a52f2f9
Fix and improve reference cache mod-union table
by Mathieu Chartier
· 9 years ago
2a5c468
ART: Some header cleaning around bit-utils
by Andreas Gampe
· 9 years ago
b18e827
Change SS to use MarkObjectIfNotInToSpace for roots
by Mathieu Chartier
· 9 years ago
7c2af0d
Merge "Remove unnecessary `explicit` qualifiers on constructors."
by Roland Levillain
· 9 years ago
5116837
Wait for GC to finish in ThreadList::~ThreadList
by Mathieu Chartier
· 9 years ago
e4275c0
Visit class roots from ClassLoader::VisitReferences
by Mathieu Chartier
· 9 years ago
e2a0a20
Don't allow GC to start if the runtime is shutting down
by Mathieu Chartier
· 9 years ago
e8a6944
Delete AllocationTimer
by Mathieu Chartier
· 9 years ago
3887c46
Remove unnecessary `explicit` qualifiers on constructors.
by Roland Levillain
· 9 years ago
a4f6af9
Some heap cleanup
by Mathieu Chartier
· 9 years ago
c0fe56a
Address some comments
by Mathieu Chartier
· 9 years ago
54d220e
Move ArtFields and ArtMethods to be a length prefixed array
by Mathieu Chartier
· 9 years ago
02f0771
Merge "Revert "cleanup: Replace pointers with out-parameters and fix-up formatting""
by Igor Murashkin
· 9 years ago
94800f4
Merge "Address some comments and clean up"
by Mathieu Chartier
· 9 years ago
d82e89e
Fix mod-union logic for native roots
by Mathieu Chartier
· 9 years ago
90ef3db
Address some comments and clean up
by Mathieu Chartier
· 9 years ago
b1d8c31
Revert "cleanup: Replace pointers with out-parameters and fix-up formatting"
by Igor Murashkin
· 9 years ago
a315f5c
cleanup: Replace pointers with out-parameters and fix-up formatting
by Igor Murashkin
· 9 years ago
c60e1b7
ART: Use __ANDROID__ instead of HAVE_ANDROID_OS
by Andreas Gampe
· 9 years ago
eb837eb
Clear temporary class arrays before linking the new class
by Mathieu Chartier
· 9 years ago
3908912
Add remembered set functionality for native roots
by Mathieu Chartier
· 9 years ago
c621106
Fix gcstress tests
by Mathieu Chartier
· 9 years ago
da7c650
Visit class native roots from VisitReferences
by Mathieu Chartier
· 9 years ago
4e2cb09
Add uninterruptible role
by Mathieu Chartier
· 9 years ago
9044347
Move to newer clang annotations
by Mathieu Chartier
· 9 years ago
14c3bf9
Change intern table to not use WaitHoldingLocks
by Mathieu Chartier
· 9 years ago
cced6ad
Merge "Use (D)CHECK_ALIGNED more."
by Roland Levillain
· 9 years ago
14d9057
Use (D)CHECK_ALIGNED more.
by Roland Levillain
· 9 years ago
e48a169
Move MarkObject to mark_sweep.cc
by Mathieu Chartier
· 9 years ago
8118781
Address some GC comments
by Mathieu Chartier
· 9 years ago
b19ccb1
Use SuspendAllInternal for FlipThreadRoots
by Mathieu Chartier
· 9 years ago
9750995
Clean up GC callbacks to be virtual methods
by Mathieu Chartier
· 9 years ago
0541502
Merge "Generalize Valgrind annotations in ART to support ASan."
by Evgenii Stepanov
· 9 years ago
1e13374
Generalize Valgrind annotations in ART to support ASan.
by Evgenii Stepanov
· 9 years ago
5b1eea0
Merge "Thread-local mark stacks for the CC collector."
by Hiroshi Yamauchi
· 9 years ago
0b71357
Thread-local mark stacks for the CC collector.
by Hiroshi Yamauchi
· 9 years ago
f182085
Add VMDebug.countInstancesOfClasses
by Mathieu Chartier
· 9 years ago
3cf2253
Clean up some includes
by Mathieu Chartier
· 9 years ago
41656de
Fix potential bugs in allocation tracker
by Man Cao
· 9 years ago
110415d
Fixed a nullptr bug in SweepAllocationRecords()
by Man Cao
· 9 years ago
Next »