Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
0dbc363f32d075017e1c4fb5e17715e3f12d0157
/
runtime
/
gc
/
space
fa9abc2
Merge "ART: Use ObjPtr for GetSuperClass"
by Treehugger Robot
· 6 years ago
4f570a4
Merge "Remove oat_data_begin checks from OatFile."
by Vladimir Marko
· 6 years ago
f4efa9e
Remove oat_data_begin checks from OatFile.
by Vladimir Marko
· 6 years ago
3f1fec6
Fix -verbose:image errors
by Mathieu Chartier
· 6 years ago
9810499
ART: Use ObjPtr for GetSuperClass
by Andreas Gampe
· 6 years ago
74ccee6
Add extra handling for loading intern tables
by Mathieu Chartier
· 6 years ago
fc4660b
Merge "Revert^2 "Re-enable ART's region space memory protection on host.""
by Roland Levillain
· 6 years ago
c24133e
Revert^2 "Re-enable ART's region space memory protection on host."
by Roland Levillain
· 6 years ago
036bae0
Fix multi-image boot class path construction.
by Vladimir Marko
· 6 years ago
ae581ed
Change address range for loading boot image.
by Vladimir Marko
· 6 years ago
03ceeed
ART: Log /proc/self/maps for RegionSpace failure
by Andreas Gampe
· 6 years ago
6cd8390
ART: Add bugprone-argument-comment
by Andreas Gampe
· 6 years ago
05754da
Merge "Revert "Re-enable ART's region space memory protection on host.""
by Treehugger Robot
· 6 years ago
8e30410
Revert "Re-enable ART's region space memory protection on host."
by Roland Levillain
· 6 years ago
afe14eb
Clean up after "Load boot image at a random address."
by Vladimir Marko
· 6 years ago
4df2d80
Revert^2 "Load boot image at a random address."
by Vladimir Marko
· 6 years ago
233b572
Merge "Revert "Load boot image at a random address.""
by Vladimir Marko
· 6 years ago
f3d0773
Revert "Load boot image at a random address."
by Vladimir Marko
· 6 years ago
334c154
Merge "Load boot image at a random address."
by Vladimir Marko
· 6 years ago
5ad79d8
Load boot image at a random address.
by Vladimir Marko
· 6 years ago
703322f
Enable cyclic region allocation in ART's region space only in debug mode.
by Roland Levillain
· 6 years ago
924ad50
Refactor Class::FixupNativePointers().
by Vladimir Marko
· 6 years ago
98db89c
ART: Clean up verify and read barrier flags.
by Vladimir Marko
· 6 years ago
c409d46
Merge "Clean up allocation accounting"
by Hans Boehm
· 6 years ago
fb8b4e2
Clean up allocation accounting
by Hans Boehm
· 6 years ago
5f784bf
Merge "Remove read barriers in Class::IsClassClass and Object::IsClass"
by Mathieu Chartier
· 6 years ago
d7a7f2f
Remove read barriers in Class::IsClassClass and Object::IsClass
by Mathieu Chartier
· 6 years ago
fa6a1b0
ART: Continue adding override annotations
by Andreas Gampe
· 6 years ago
e066932
Remove PIC option from oat files.
by Vladimir Marko
· 6 years ago
d44d703
Pre-allocate necessary heap space with boot image.
by Vladimir Marko
· 6 years ago
c09cd05
Reserve boot image memory in one go.
by Vladimir Marko
· 6 years ago
3d8a78a
Revert "Revert "Remove OatFileAssistant::MakeUpToDate and friends.""
by Nicolas Geoffray
· 6 years ago
c497fca
Merge "Revert "Remove OatFileAssistant::MakeUpToDate and friends.""
by Mathieu Chartier
· 6 years ago
baf3761
Revert "Remove OatFileAssistant::MakeUpToDate and friends."
by Mathieu Chartier
· 6 years ago
fcfb4dd
Merge "Remove OatFileAssistant::MakeUpToDate and friends."
by Nicolas Geoffray
· 6 years ago
d6698e3
Remove OatFileAssistant::MakeUpToDate and friends.
by Nicolas Geoffray
· 6 years ago
f73caca
Remove superfluous 'virtual' specifiers in ART.
by Roland Levillain
· 6 years ago
bbc6e7e
Use 'final' and 'override' specifiers directly in ART.
by Roland Levillain
· 6 years ago
f6985bd
Add an overload for MemMap::MapAnonymous().
by Vladimir Marko
· 6 years ago
e307002
Revert^2 "Avoid crash when ANDROID_DATA is not writeable."
by Vladimir Marko
· 6 years ago
1c4f933
Merge "Revert "Avoid crash when ANDROID_DATA is not writeable.""
by Mathieu Chartier
· 6 years ago
c702e34
Revert "Avoid crash when ANDROID_DATA is not writeable."
by Mathieu Chartier
· 6 years ago
348d100
Merge "Rework the newly-allocated region logic in RegionSpace."
by Roland Levillain
· 6 years ago
7c0c794
Merge "Have ZeroLiveBytesForLargeObject process all the regions of a large object."
by Roland Levillain
· 6 years ago
d9205b8
Merge "Experimental Sticky-Bit (Generational) CC collection"
by Roland Levillain
· 6 years ago
88cf462
Merge "Remove unnecessary indirection from MemMap."
by Vladimir Marko
· 6 years ago
c34bebf
Remove unnecessary indirection from MemMap.
by Vladimir Marko
· 6 years ago
00cbb41
Avoid crash when ANDROID_DATA is not writeable.
by Vladimir Marko
· 6 years ago
82e1e27
Revert^2 "Refactor image loading."
by Vladimir Marko
· 6 years ago
f345404
Merge "Revert "Refactor image loading.""
by Treehugger Robot
· 6 years ago
701b6ee
Revert "Refactor image loading."
by Vladimir Marko
· 6 years ago
ea82529
Merge "Re-enable ART's region space memory protection on host."
by Roland Levillain
· 6 years ago
821a512
Merge "Refactor image loading."
by Vladimir Marko
· 6 years ago
693f21c
Re-enable ART's region space memory protection on host.
by Roland Levillain
· 6 years ago
4e75113
Rework the newly-allocated region logic in RegionSpace.
by Roland Levillain
· 7 years ago
91ab8db
Have ZeroLiveBytesForLargeObject process all the regions of a large object.
by Roland Levillain
· 7 years ago
8d1a996
Experimental Sticky-Bit (Generational) CC collection
by Mathieu Chartier
· 8 years ago
3934736
Refactor image loading.
by Vladimir Marko
· 6 years ago
9cb1815
Protect all of ART's region space from the start.
by Roland Levillain
· 6 years ago
ca3dded
Remove region space memory protection before logging heap corruption.
by Roland Levillain
· 6 years ago
7f6beba
Merge "Improve debugging in RegionSpace::PoisonDeadObjectsInUnevacuatedRegion."
by Roland Levillain
· 6 years ago
a97be53
Merge "Check the live bytes value of a region against the region bitmap."
by Roland Levillain
· 6 years ago
349af80
Improve debugging in RegionSpace::PoisonDeadObjectsInUnevacuatedRegion.
by Roland Levillain
· 7 years ago
e21b437
Check the live bytes value of a region against the region bitmap.
by Roland Levillain
· 7 years ago
ef07132
Fix some typos in comments in ART.
by Roland Levillain
· 7 years ago
1b6e6fd
Fix cyclic region allocation for large regions in ART's RegionSpace.
by Roland Levillain
· 6 years ago
fa5fc80
Merge "Move .art.rel data to a section in .art, part 2."
by Vladimir Marko
· 6 years ago
6121aa6
Move .art.rel data to a section in .art, part 2.
by Vladimir Marko
· 6 years ago
c945e0d
Remove ArtMethod's declaring class state checks.
by Vladimir Marko
· 6 years ago
b40d361
ART: Finish old move of OatDexFile
by Andreas Gampe
· 7 years ago
05e34f4
Revert^2 "Remove support for Valgrind in ART."
by Roland Levillain
· 7 years ago
c13fbd8
Use pre-allocated Throwables from the boot image.
by Vladimir Marko
· 7 years ago
a8bba7d
ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use.
by Vladimir Marko
· 7 years ago
8b362a8
Revert "Remove support for Valgrind in ART."
by Andreas Gampe
· 7 years ago
8268cb6
Remove support for Valgrind in ART.
by Roland Levillain
· 7 years ago
2697d58
ART: Relayout Region
by Andreas Gampe
· 7 years ago
9417b6b
Merge changes If8183bb2,Ie719109e
by Roland Levillain
· 7 years ago
1979c64
Clean up include paths
by David Sehr
· 7 years ago
e1d644d
Always enable dead object poisoning in unevacuated regions.
by Roland Levillain
· 7 years ago
cf6dfae
Always enable cyclic region allocation in ART's region space.
by Roland Levillain
· 7 years ago
3002509
Pass the fd to OatFile::Setup to avoid selinux errors.
by Nicolas Geoffray
· 7 years ago
cfe688c
Merge "Implement dead object poisoning in unevacuated regions."
by Roland Levillain
· 7 years ago
79e2607
Move profile dependent modules to libartbase
by David Sehr
· 7 years ago
df25b47
Implement dead object poisoning in unevacuated regions.
by Roland Levillain
· 7 years ago
a83a89c
Implement cyclic region allocation in ART's region space.
by Roland Levillain
· 7 years ago
88591fe
ART: Simplify atomic.h
by Orion Hodson
· 7 years ago
c431b9d
Move most of runtime/base to libartbase/base
by David Sehr
· 7 years ago
6e74abb
ART: Restrict ImageSpace space check to first image
by Andreas Gampe
· 7 years ago
3c18f4e
Merge "Catch references to unused regions in art::gc::ConcurrentCopying::Mark."
by Roland Levillain
· 7 years ago
2dd2e1e
Catch references to unused regions in art::gc::ConcurrentCopying::Mark.
by Roland Levillain
· 7 years ago
67bf42e
Header library to remove dependence on runtime/
by David Sehr
· 7 years ago
88c6d26
patchoat: take directories instead of filenames
by Chris Morin
· 7 years ago
8f7ea9a
Various ART GC documentation updates.
by Roland Levillain
· 7 years ago
f320dc1
Pretty print RegionSpace::RegionType and RegionSpace::RegionState values.
by Roland Levillain
· 7 years ago
2ae376f
Stylistic and aesthetic changes.
by Roland Levillain
· 7 years ago
ef01222
Fix typos.
by Roland Levillain
· 8 years ago
cc78efa
Merge "Improve to-space invariant error reporting in the CC collector."
by Roland Levillain
· 7 years ago
df30f82
Merge "Implement ClampGrowthLimit feature for region space"
by Lokesh Gidra
· 7 years ago
001eff9
Improve to-space invariant error reporting in the CC collector.
by Roland Levillain
· 7 years ago
5f0b71a
Implement ClampGrowthLimit feature for region space
by Lokesh Gidra
· 7 years ago
Next »