Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
94af5824acb28f9756fb8246f95f78c4026228e2
/
runtime
/
gc
c18eba3
Consolidate updating of reflective Field/Method references
by Alex Light
· 5 years ago
e5abfbd
Check revoked_mark_stacks empty in FinishPhase()
by Lokesh Gidra
· 5 years ago
9ac8e43
JIT mini-debug-info: Allocate entries in the JIT data space.
by David Srbecky
· 6 years ago
82e347b
Increase kNotifyNativeInterval on host
by Hans Boehm
· 6 years ago
ea5b429
Include evacuated bytes in heap size trace
by Lokesh Gidra
· 6 years ago
e80ecf3
Rewrite the .data.bimg.rel.ro check in OatFile::Setup().
by Vladimir Marko
· 6 years ago
7c50274
Fix Heap::UnBindBitmaps for spaces without bitmaps
by Mathieu Chartier
· 6 years ago
6f38201
Refactor space bitmap to be a value object
by Mathieu Chartier
· 6 years ago
52c468a
Refactor mark-bit set logic in PreZygoteFork()
by Lokesh Gidra
· 6 years ago
c0b30c9
Implement boot image extension relocation.
by Vladimir Marko
· 6 years ago
92db59b
Revert "Workaround bogus Thread Safety Analysis warning"
by Ziang Wan
· 6 years ago
8787cf8
Set Mark-bit for large Zygote objects
by Lokesh Gidra
· 6 years ago
7cde458
Further clean up boot image address checks.
by Vladimir Marko
· 6 years ago
1aff1ef
Clean up retrieving boot image address range.
by Vladimir Marko
· 6 years ago
521ff98
For 32-bit ARM devices align method headers and code to 64-byte boundaries.
by Orion Hodson
· 6 years ago
23df248
Sweep malloc spaces before clearing from space
by Mathieu Chartier
· 6 years ago
d09504f
Check and expand GC mark stack
by Flash Liu
· 6 years ago
2a905b2
Move memory related regions of the JIT cache in its own class.
by Nicolas Geoffray
· 6 years ago
e7d7e9d
Revert "Remove skipped blocks reuse mechanism"
by Hans Boehm
· 6 years ago
dbb57f3
Remove skipped blocks reuse mechanism
by Hans Boehm
· 6 years ago
991cd5c
Add default template args to Heap::Alloc*Object*().
by Vladimir Marko
· 6 years ago
391be3a
ART: Forward-declare AllocatorType (iwyu)
by Andreas Gampe
· 6 years ago
baa99ad
Optimize RegionSpace::ClearFromSpace()
by Lokesh Gidra
· 6 years ago
3f795d2
Fix image_space_test on Q+ target.
by Vladimir Marko
· 6 years ago
a253c2d
Bytes_moved accounting fix and accounting cleanup
by Hans Boehm
· 6 years ago
e302088
Call ReferenceQueue add outside of active GC block
by Alex Light
· 6 years ago
2180d8e
Clean up ArtField/ArtMethod relocation for app image.
by Vladimir Marko
· 6 years ago
d6d878e
Use DEX2OATBOOTCLASSPATH to generate boot image
by wangshumin
· 6 years ago
1fe5839
ObjPtr<>-ify ClassTable.
by Vladimir Marko
· 6 years ago
164f133
Free classes after objects for memory tool
by Mathieu Chartier
· 6 years ago
f1890fd
Go to native for image decompression thread pool wait
by Mathieu Chartier
· 6 years ago
7c5acbb
ART: Fix some types
by Andreas Gampe
· 6 years ago
96b3baa
ART: Validate boot image system oat files conditionally
by Andreas Gampe
· 6 years ago
bb2467b
Make kHugeNativeAllocs configurable
by Hans Boehm
· 6 years ago
a65859d
Add mean GC throughput as per CPU time to perfdump
by Lokesh Gidra
· 6 years ago
dc1dffc
Fix metrics in GC performance dump
by Lokesh Gidra
· 6 years ago
4059487
Fix CHECK for homogenous space compaction
by Mathieu Chartier
· 6 years ago
6683446
Revert^2 "Perform SetEvent under the user_code_suspend_count_lock_"
by Alex Light
· 6 years ago
b52df53
Revert^2 "Remove support for moving GC collector transitions"
by Mathieu Chartier
· 6 years ago
8f88207
Revert "Remove support for moving GC collector transitions"
by Mathieu Chartier
· 6 years ago
66a6550
Remove support for moving GC collector transitions
by Mathieu Chartier
· 6 years ago
f75dce4
Revert^2 "Delete GSS"
by Mathieu Chartier
· 6 years ago
e185883
Revert "Delete GSS"
by Mathieu Chartier
· 6 years ago
1397ea1
Delete GSS
by Mathieu Chartier
· 6 years ago
2c5bcb8
Support boot classpath checksum without image
by David Brazdil
· 6 years ago
d355acf
Clean up Object size related read barriers.
by Vladimir Marko
· 6 years ago
0a20607
Remove ART dependence on property debug.allocTracker.stackDepth
by Mathieu Chartier
· 6 years ago
3940254
Modernise code to use override specifier
by Yi Kong
· 6 years ago
4617d58
ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test.
by Vladimir Marko
· 6 years ago
d7e9bbf
Clean up explicit conversions to ObjPtr<>.
by Vladimir Marko
· 6 years ago
0984e48
Style cleanup for ObjPtr<>-ify changes.
by Vladimir Marko
· 6 years ago
0eefb9b
ObjPtr<>-ify mirror::Field and mirror::Executable.
by Vladimir Marko
· 6 years ago
ad7fa6e
Delete alloc tracker properties
by Mathieu Chartier
· 6 years ago
423bebb
ObjPtr<>-ify mirror::ObjectArray.
by Vladimir Marko
· 6 years ago
557fece
ObjPtr<>-ify mirror::IfTable.
by Vladimir Marko
· 6 years ago
c524e9e
ObjPtr<>-ify mirror::Class.
by Vladimir Marko
· 6 years ago
179b7c6
ObjPtr<>-ify String allocations, fix stale refs.
by Vladimir Marko
· 6 years ago
bcd99be
Open only necessary files for BCP checksums test.
by Vladimir Marko
· 6 years ago
9d5956a
Change image method and field visiting to use templates
by Mathieu Chartier
· 6 years ago
6e7a72c
Release app image metadata when startup is completed
by Mathieu Chartier
· 6 years ago
3364d18
Clean up ImageSpace::LoadBootImage().
by Vladimir Marko
· 6 years ago
e37b791
Fix ImageSpace relocation direction check.
by Vladimir Marko
· 6 years ago
8682354
ART: Allow to change boot image pickup order
by Andreas Gampe
· 6 years ago
ef764ad
Move range_t definition is linux block.
by Nicolas Geoffray
· 6 years ago
739383c
Fix overflow in freed_bytes_histogram
by Lokesh Gidra
· 6 years ago
10d0c96
Revert^2 "Add peak RSS stats to GC perf dump"
by Lokesh Gidra
· 6 years ago
43c23b8
Delete thread pool in NotifyStartupCompleted
by Mathieu Chartier
· 6 years ago
cc292c6
Revert "Add peak RSS stats to GC perf dump"
by Lokesh Gidra
· 6 years ago
9adce77
Add freed bytes histogram to GC perf dump
by Lokesh Gidra
· 6 years ago
b4dad1b
Add peak RSS stats to GC perf dump
by Lokesh Gidra
· 6 years ago
7c73dd1
Revert "Revert "Prevent overflows for concurrent_start_bytes_ sum""
by Hans Boehm
· 6 years ago
ca3c6d9
Merge "Revert "Prevent overflows for concurrent_start_bytes_ sum""
by Vladimir Marko
· 6 years ago
83ba9b9
Revert "Prevent overflows for concurrent_start_bytes_ sum"
by Vladimir Marko
· 6 years ago
01eb773
Merge "Prevent overflows for concurrent_start_bytes_ sum"
by Hans Boehm
· 6 years ago
50b0445
Prevent overflows for concurrent_start_bytes_ sum
by Hans Boehm
· 6 years ago
1a862c8
Fix criteria to decide should next GC be minor
by Lokesh Gidra
· 6 years ago
119733d
Revert "Revert "ART: introduce PALette abstraction layer""
by Orion Hodson
· 6 years ago
e6e01a0
Revert "ART: introduce PALette abstraction layer"
by Orion Hodson
· 6 years ago
4b9d00a
ART: introduce PALette abstraction layer
by Orion Hodson
· 6 years ago
cc17d07
Reducing CPU impact of non-monotonic clocks on Gc.
by Vincent Palomares
· 6 years ago
0b4d146
ART: make generational CC a runtime option
by Albert Mingkun Yang
· 6 years ago
8f1c8e5
ART: Some more iwyu
by Andreas Gampe
· 6 years ago
c99f017
Merge "Refactor image relocation"
by Mathieu Chartier
· 6 years ago
f0a96eb
Refactor image relocation
by Mathieu Chartier
· 6 years ago
1c0ae84
ART: fix post gc weighted allocated bytes metrics
by Albert Mingkun Yang
· 6 years ago
639b2b1
ART: Remove instruction_set.h from thread.h
by Andreas Gampe
· 6 years ago
8764dc3
ART: Use iosfwd more
by Andreas Gampe
· 6 years ago
5a0430d
ART: Introduce runtime_globals
by Andreas Gampe
· 6 years ago
e959e5d
Merge "Tweak native allocation GC triggering thresholds"
by Hans Boehm
· 6 years ago
1575267
Tweak native allocation GC triggering thresholds
by Hans Boehm
· 6 years ago
c3c0299
Merge "ART: add longest consecutive free bytes in region dump"
by Roland Levillain
· 6 years ago
206ffa5
Merge "ART: make RegionSpace::GetNextObject a static function"
by Roland Levillain
· 6 years ago
2ffc74b
Delete PatchedObjectsMap
by Mathieu Chartier
· 6 years ago
aac0972
ART: Add cause to GC wait-for-completion systrace
by Andreas Gampe
· 6 years ago
0f0a4e4
Merge "ART: show exact bytes along with human-friendly format"
by Roland Levillain
· 6 years ago
16bd6ac
ART: show exact bytes along with human-friendly format
by Albert Mingkun Yang
· 6 years ago
9a3da9a
Remove null check from ForwardObject / ForwardCode
by Mathieu Chartier
· 6 years ago
f7f7a7c
ART: make RegionSpace::GetNextObject a static function
by Albert Mingkun Yang
· 6 years ago
f9f22f9
ART: add longest consecutive free bytes in region dump
by Albert Mingkun Yang
· 6 years ago
ada33d7
Move startup thread pool back into runtime
by Mathieu Chartier
· 6 years ago
Next »