Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
80afd02024d20e60b197d3adfbb43cc303cf29e0
/
runtime
/
gc
80afd02
ART: Clean up arm64 kNumberOfXRegisters usage.
by Vladimir Marko
· 10 years ago
cfee050
Merge "Fix debuggable compiler flag detection for secondary dex files"
by Sebastien Hertz
· 10 years ago
0de1133
Fix debuggable compiler flag detection for secondary dex files
by Sebastien Hertz
· 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
b43390c
Hold heap bitmap lock in Heap::GetObjectsAllocated
by Mathieu Chartier
· 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
0ae9899
Request full/partial GC type from VMRuntime.requestConcurrentGC().
by Hiroshi Yamauchi
· 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
e48b29b
Prevent undefined behavior in RosAlloc.
by Dan Albert
· 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
c8980de
Add sanity check for large object allocation
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
2ff3c2c
Merge "Fix valgrind tests"
by Mathieu Chartier
· 10 years ago
9086b65
Fix valgrind tests
by Mathieu Chartier
· 10 years ago
a1c9f01
getRuntimeStat() support (ART).
by Hiroshi Yamauchi
· 10 years ago
3481ba2
ART: Clean up includes.
by Vladimir Marko
· 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
de194bf
Delete missed ClampGrowthLimit CHECK
by Mathieu Chartier
· 10 years ago
ddac423
Fix race with Heap::ClampGrowthLimit and GC
by Mathieu Chartier
· 10 years ago
faed995
Only GC the first time we call PreZygoteFork
by Mathieu Chartier
· 10 years ago
20f8559
Fixed layout for dex caches in boot image.
by Vladimir Marko
· 10 years ago
3679a47
Merge "Support relative encoded dex locations in oat files."
by Richard Uhler
· 10 years ago
e5fed03
Support relative encoded dex locations in oat files.
by Richard Uhler
· 10 years ago
cd8f637
Remove some spammy logging
by Mathieu Chartier
· 10 years ago
3dbf234
Fix oat_file_assistant_test32 flaky failures with GSS collector.
by Hiroshi Yamauchi
· 10 years ago
bf9fc58
Add more info to who called SuspendAll
by Mathieu Chartier
· 10 years ago
8711d1f
Fix valgrind heap_test.
by Hiroshi Yamauchi
· 10 years ago
db1c9ac
Exercise Heap::PreZygoteFork() in a test.
by Hiroshi Yamauchi
· 10 years ago
399ccb1
Merge "ART: correct native bytes allocated in RegisterNativeAllocation"
by Mathieu Chartier
· 10 years ago
60e2716
ART: correct native bytes allocated in RegisterNativeAllocation
by Lin Zang
· 10 years ago
d04495e
Fix CC collector boot.
by Hiroshi Yamauchi
· 10 years ago
4460a84
Rosalloc thread local allocation path without a cas.
by Hiroshi Yamauchi
· 10 years ago
dfe3083
Only allocate collectors if we may use them
by Mathieu Chartier
· 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
5c42c29
Add support for .bss section in oat files.
by Vladimir Marko
· 10 years ago
0a575f2
Merge "Change card cache mod-union table to use bitmaps"
by Mathieu Chartier
· 10 years ago
4858a93
Change card cache mod-union table to use bitmaps
by Mathieu Chartier
· 11 years ago
e4d9987
Add standard gc log for transition collections.
by Hiroshi Yamauchi
· 10 years ago
e5f13e5
Revert "Revert "Add JIT""
by Mathieu Chartier
· 10 years ago
a5ca888
Revert "Add JIT"
by Nicolas Geoffray
· 10 years ago
2535abe
Add JIT
by Mathieu Chartier
· 10 years ago
5a2be3f
Implement a simple count based boot marker.
by Narayan Kamath
· 10 years ago
146a13d
Merge "ART: Fix RosAlloc Valgrind code"
by Andreas Gampe
· 10 years ago
a5a3f03
Merge "Revert "Do GC for alloc for unstarted runtimes""
by Mathieu Chartier
· 10 years ago
ac19516
Revert "Do GC for alloc for unstarted runtimes"
by Mathieu Chartier
· 10 years ago
fef16ad
ART: Fix RosAlloc Valgrind code
by Andreas Gampe
· 10 years ago
42ad490
Merge "Do GC for alloc for unstarted runtimes"
by Mathieu Chartier
· 10 years ago
6c8b49f
ART: Check image size when opening
by Andreas Gampe
· 10 years ago
c0a7e2b
Do GC for alloc for unstarted runtimes
by Mathieu Chartier
· 11 years ago
7e6a918
Merge "Clear thread local freed bits in RosAlloc::Run::InspectAllSlots"
by Mathieu Chartier
· 11 years ago
c38c5ea
Clear thread local freed bits in RosAlloc::Run::InspectAllSlots
by Mathieu Chartier
· 11 years ago
eb6c7c2
art: Try to fix parsed_options_test on the build server
by Igor Murashkin
· 11 years ago
446ba4b
Fix broken volantis build
by Igor Murashkin
· 11 years ago
1bb6cb0
Merge "art: Refactor RuntimeOptions/ParsedOptions"
by Igor Murashkin
· 11 years ago
aaebaa0
art: Refactor RuntimeOptions/ParsedOptions
by Igor Murashkin
· 11 years ago
69d69ea
Merge "ART: checkpoint mechanism optimization"
by Hiroshi Yamauchi
· 11 years ago
dd9943d
ART: checkpoint mechanism optimization
by Lei Li
· 11 years ago
d25f842
Clean up enums in RegionSpace.
by Hiroshi Yamauchi
· 11 years ago
04a7780
Merge "ART: reduce UpdateModUnionTable time for partial GC"
by Hiroshi Yamauchi
· 11 years ago
85ed6bd
Merge "ART: clear dirty cards of alloc space for MS/CMS partial and full GCs"
by Hiroshi Yamauchi
· 11 years ago
2ca19c2
Merge "Change AtomicStack to use StackReference"
by Mathieu Chartier
· 11 years ago
4add3b4
ART: clear dirty cards of alloc space for MS/CMS partial and full GCs
by Lei Li
· 11 years ago
cb535da
Change AtomicStack to use StackReference
by Mathieu Chartier
· 11 years ago
6c08a45
ART: Fix new[] / delete mismatch
by Andreas Gampe
· 11 years ago
2cd334a
More of the concurrent copying collector.
by Hiroshi Yamauchi
· 11 years ago
3befba4
ART: reduce UpdateModUnionTable time for partial GC
by Lei Li
· 11 years ago
4dfe58d
Merge "ART: clear dirty cards of alloc space in pause phase"
by Mathieu Chartier
· 11 years ago
727b294
ART: clear dirty cards of alloc space in pause phase
by Lei Li
· 11 years ago
0c8c303
Clean up the locks around Heap::VisitObjects().
by Hiroshi Yamauchi
· 11 years ago
e34fa1d
Print more info in MarkSweep::VerifyRoot
by Mathieu Chartier
· 11 years ago
369810a
ART: Allow scoped adjustments to log verbosity
by Andreas Gampe
· 11 years ago
312baf1
Follow up on CL 122665.
by Hiroshi Yamauchi
· 11 years ago
313c9c6
Merge "[WIP] Fix a rosalloc verification crash."
by Hiroshi Yamauchi
· 11 years ago
a233e03
[WIP] Fix a rosalloc verification crash.
by Hiroshi Yamauchi
· 11 years ago
379d09f
Add clamp growth limit
by Mathieu Chartier
· 11 years ago
50c138f
Fix signal test to work with gcstress
by Mathieu Chartier
· 11 years ago
48e7f33
Merge "Add heap task processor"
by Mathieu Chartier
· 11 years ago
a5eae69
Add heap task processor
by Mathieu Chartier
· 11 years ago
94c41df
Pass the real capacity to CreateRosAlloc.
by Hiroshi Yamauchi
· 11 years ago
bf7b41f
Merge "Fix concurrent GC ergonomics"
by Mathieu Chartier
· 11 years ago
e2c2f6e
Fix concurrent GC ergonomics
by Mathieu Chartier
· 11 years ago
70a596d
Add thread suspend histogram
by Mathieu Chartier
· 11 years ago
c85cdeb
Delete gc request lock
by Mathieu Chartier
· 11 years ago
079101a
Move GC daemon locking logic into heap
by Mathieu Chartier
· 11 years ago
d64ba38
Use WaitHoldingLocks in ReferenceProcessor::MakeCircularListIfUnenqueued.
by Pavel Vyssotski
· 11 years ago
152f391
Merge "Disable HomogeneousSpaceCompact for GSS collector"
by Hiroshi Yamauchi
· 11 years ago
d1512fe
Merge "Add ReferenceQueue test"
by Mathieu Chartier
· 11 years ago
9e2094f
Add ReferenceQueue test
by Mathieu Chartier
· 11 years ago
Next »