Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
4c4f90c2d1776137e249c6720b83c81c09961dda
/
runtime
/
gc
816021e
Remove unused code in heap.h
by Mathieu Chartier
· 11 years ago
d1e05bf
Change marking objects in to_space DCHECK to CHECK
by Mathieu Chartier
· 11 years ago
ac33bfa
Merge "Move SwapBitmaps to ContinuousMemMapAllocSpace."
by Mathieu Chartier
· 11 years ago
70f6004
Fix a race condition in RosAlloc.
by Hiroshi Yamauchi
· 11 years ago
1f3b535
Move SwapBitmaps to ContinuousMemMapAllocSpace.
by Mathieu Chartier
· 11 years ago
caa82d6
Fix lock order checking violation.
by Mathieu Chartier
· 11 years ago
d5a89ee
Fix race conditions caused by StartGC.
by Mathieu Chartier
· 11 years ago
9aeeeac
Merge "Add zygote space as its own space type."
by Mathieu Chartier
· 11 years ago
a1602f2
Add zygote space as its own space type.
by Mathieu Chartier
· 11 years ago
ba5870d
Fix a large object space issue with the GSS collector.
by Hiroshi Yamauchi
· 11 years ago
1d27b34
Change DisableGC to DisableMovingGC.
by Mathieu Chartier
· 11 years ago
9be9a7a
Improve IsMovableObject logic.
by Mathieu Chartier
· 11 years ago
7476280
Change GC ergonomics to better handle heap verification.
by Mathieu Chartier
· 11 years ago
55b2764
64bit friendly GC CAS operations.
by Ian Rogers
· 11 years ago
938a03b
Fix heap verification and add runtime options.
by Mathieu Chartier
· 11 years ago
2ef33c3
Fix bug in CardTable::ModifyCardsAtomic.
by Mathieu Chartier
· 11 years ago
6f4ffe4
Improve the generational mode.
by Hiroshi Yamauchi
· 11 years ago
e01b540
Remove zygote space from alloc_spaces_ array.
by Mathieu Chartier
· 11 years ago
05e713a
Bump pointer space only collection.
by Hiroshi Yamauchi
· 11 years ago
db7f37d
Refactor large object sweeping.
by Mathieu Chartier
· 11 years ago
9a612c6
Merge "Fix RemoveSpace memory leak."
by Mathieu Chartier
· 11 years ago
5dc08a6
Fix ART debug build boot.
by Mathieu Chartier
· 11 years ago
a4b95a2
Fix RemoveSpace memory leak.
by Mathieu Chartier
· 11 years ago
fc5b528
Fix IsMovableObject to handle background compaction.
by Mathieu Chartier
· 11 years ago
85a43c0
Bin packing the zygote (best fit).
by Mathieu Chartier
· 11 years ago
e6da9af
Background compaction support.
by Mathieu Chartier
· 11 years ago
ec05007
Refactor sweeping logic into malloc space.
by Mathieu Chartier
· 11 years ago
b122a4b
Tidy up memory barriers.
by Ian Rogers
· 11 years ago
64763b9
Merge "Fix byte_cas to work on non-word aligned addresses"
by Brian Carlstrom
· 11 years ago
bb11f4b
Fix byte_cas to work on non-word aligned addresses
by Brian Carlstrom
· 11 years ago
5dcce9a
Merge "Remove some unnecessary code from dlmalloc_space/rosalloc_space."
by Hiroshi Yamauchi
· 11 years ago
e48780b
Remove some unnecessary code from dlmalloc_space/rosalloc_space.
by Hiroshi Yamauchi
· 11 years ago
573f7d2
Fix an array copy benchmark regression.
by Hiroshi Yamauchi
· 11 years ago
692fafd
Thread local bump pointer allocator.
by Mathieu Chartier
· 11 years ago
4605362
Don't rely on gcc extensions
by Bernhard Rosenkränzer
· 11 years ago
8755359
Merge "Enable moving classes."
by Mathieu Chartier
· 11 years ago
f76cc59
Merge "A simple promotion-like mechanism."
by Hiroshi Yamauchi
· 11 years ago
c528dba
Enable moving classes.
by Mathieu Chartier
· 11 years ago
3ddbd42
Add SpaceTest for RosAllocSpace.
by Hiroshi Yamauchi
· 11 years ago
4b1782f
A simple promotion-like mechanism.
by Hiroshi Yamauchi
· 11 years ago
7bf82af
Fix memory usage regression and clean up collector changing code.
by Mathieu Chartier
· 11 years ago
e4e23c0
Fix valgrind-test-art-host-gtest-object_test.
by Hiroshi Yamauchi
· 11 years ago
ca2a24d
Add interface for updating process state.
by Mathieu Chartier
· 11 years ago
218daa2
Change thread.h to thread-inl.h for missing Thread::Current for rosalloc.cc
by Brian Carlstrom
· 11 years ago
7410f29
Fix dumpsys meminfo <pid>.
by Mathieu Chartier
· 11 years ago
0de9f73
Add -xGc: MS, CMS, SS options to specify which GC to use.
by Mathieu Chartier
· 11 years ago
2e899a9
Fix a crash with -XX:DumpGCPerformanceOnShutdown.
by Hiroshi Yamauchi
· 11 years ago
ff3b24a
Add developer option for dumping GC cumulative timings on shutdown.
by Mathieu Chartier
· 11 years ago
e745d5a
Merge "Compact zygote." into dalvik-dev
by Mathieu Chartier
· 11 years ago
5048223
Compact zygote.
by Mathieu Chartier
· 11 years ago
2047eed
Merge "Fix a libartd.so boot crash when kMovingCollector is true." into dalvik-dev
by Hiroshi Yamauchi
· 11 years ago
95a659f
Fix a libartd.so boot crash when kMovingCollector is true.
by Hiroshi Yamauchi
· 11 years ago
3c2856e
Inline RosAlloc::Alloc().
by Hiroshi Yamauchi
· 11 years ago
f9ed0d3
Fix concurrent GC to properly handle no zygote.
by Mathieu Chartier
· 11 years ago
b2f9936
Add histogram for GC pause times.
by Mathieu Chartier
· 11 years ago
4b55530
Fix memory leak caused by not adding lage objects to allocation stack.
by Mathieu Chartier
· 11 years ago
1febddf
Set array length before fence in allocation code path.
by Mathieu Chartier
· 11 years ago
e768dfd
Merge "Add Valgrind rosalloc support." into dalvik-dev
by Hiroshi Yamauchi
· 11 years ago
cbb2d20
Refactor allocation entrypoints.
by Mathieu Chartier
· 11 years ago
7cb7bbc
Add Valgrind rosalloc support.
by Hiroshi Yamauchi
· 11 years ago
d31fb97
Enable rosalloc by default.
by Hiroshi Yamauchi
· 11 years ago
4ce1f00
Fix a per-process dumpsys meminfo crash.
by Hiroshi Yamauchi
· 11 years ago
e5eedcb
Fix cpplint errors.
by Hiroshi Yamauchi
· 11 years ago
cf58d4a
A custom 'runs-of-slots' memory allocator.
by Hiroshi Yamauchi
· 11 years ago
39e3261
Refactor reference queues.
by Mathieu Chartier
· 11 years ago
5fe9af7
Fix memory leaks relating to timing logger.
by Ian Rogers
· 11 years ago
906457c
Add missing field initialization in mark sweep.
by Ian Rogers
· 11 years ago
51c5e29
Merge "Fix libart.do boot check failure (b/11679102)." into dalvik-dev
by Hiroshi Yamauchi
· 11 years ago
5ceb974
Fix libart.do boot check failure (b/11679102).
by Hiroshi Yamauchi
· 11 years ago
bcd5e9d
Manually manage thread pool stacks.
by Mathieu Chartier
· 11 years ago
590fee9
Compacting collector.
by Mathieu Chartier
· 12 years ago
44ab27d
am 97349cba: Merge "Change thread.h to thread-inl.h to pick up missing Thread::Currnet for debug build in master"
by Brian Carlstrom
· 11 years ago
56dafdd
Merge "Fix oatdump and valgrind." into dalvik-dev
by Ian Rogers
· 11 years ago
fa82427
Fix oatdump and valgrind.
by Ian Rogers
· 11 years ago
82a9539
Merge "Improve object clone performance and make compaction proof." into dalvik-dev
by Mathieu Chartier
· 11 years ago
0732d59
Improve object clone performance and make compaction proof.
by Mathieu Chartier
· 11 years ago
a3d2718
Change thread.h to thread-inl.h to pick up missing Thread::Currnet for debug build in master
by Brian Carlstrom
· 11 years ago
5cc16c0
Merge "Fix a DCHECK failure due to unmatching numbers of cards scanned." into dalvik-dev
by Hiroshi Yamauchi
· 11 years ago
0941b04
Fix a DCHECK failure due to unmatching numbers of cards scanned.
by Hiroshi Yamauchi
· 11 years ago
7195dd8
Merge "Don't use UTF16 length as length for MUTF8." into dalvik-dev
by Ian Rogers
· 11 years ago
dfb325e
Don't use UTF16 length as length for MUTF8.
by Ian Rogers
· 11 years ago
c844a0f
Merge "Implement Interface Method Tables (IMT)." into dalvik-dev
by Jeff Hao
· 11 years ago
ad2541a
Fix object identity hash.
by Mathieu Chartier
· 11 years ago
88474b4
Implement Interface Method Tables (IMT).
by Jeff Hao
· 11 years ago
fd7e7f1
Fix a double unmap issue in MemMap::UnMapAtEnd().
by Hiroshi Yamauchi
· 11 years ago
8d31bbd
Throw IOException at source of failing to open a dex file.
by Ian Rogers
· 11 years ago
1eb512d
Fast JNI support.
by Ian Rogers
· 11 years ago
be031ff
Remove four counter increments out of the allocation path.
by Hiroshi Yamauchi
· 11 years ago
1449f1d
am 80f85137: am 7c798419: am 7c3d13ae: Use file magic to determine file type, not file extension.
by Brian Carlstrom
· 11 years ago
7c3d13a
Use file magic to determine file type, not file extension.
by Brian Carlstrom
· 12 years ago
7287601
Fix a portable build breakage
by Hiroshi Yamauchi
· 11 years ago
3b4c189
Split the allocation path into 'instrumented' and 'uninstrumented' ones.
by Hiroshi Yamauchi
· 12 years ago
f7e090e
Merge "Refactor and improve mod-union tables." into dalvik-dev
by Mathieu Chartier
· 11 years ago
11409ae
Refactor and improve mod-union tables.
by Mathieu Chartier
· 11 years ago
fc0e94b
StringPiece clean up.
by Ian Rogers
· 11 years ago
810b1d7
resolved conflicts for merge of bb0140e0 to dalvik-dev
by Mathieu Chartier
· 11 years ago
72aaacf
resolved conflicts for merge of 50c3e9ca to dalvik-dev
by Mathieu Chartier
· 11 years ago
c11d9b8
Re-enable concurrent system weak sweeping.
by Mathieu Chartier
· 11 years ago
0f72e41
Improve heap verification.
by Mathieu Chartier
· 12 years ago
5712d5d
resolved conflicts for merge of f466553d to dalvik-dev
by Mathieu Chartier
· 11 years ago
Next »