Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
94ead7673f90a8199d926fe161d7d021202f0aa7
/
runtime
/
gc
/
space
bf9fc58
Add more info to who called SuspendAll
by Mathieu Chartier
· 10 years ago
4460a84
Rosalloc thread local allocation path without a cas.
by Hiroshi Yamauchi
· 10 years ago
5c42c29
Add support for .bss section in oat files.
by Vladimir Marko
· 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
6c8b49f
ART: Check image size when opening
by Andreas Gampe
· 10 years ago
1bb6cb0
Merge "art: Refactor RuntimeOptions/ParsedOptions"
by Igor Murashkin
· 10 years ago
aaebaa0
art: Refactor RuntimeOptions/ParsedOptions
by Igor Murashkin
· 10 years ago
d25f842
Clean up enums in RegionSpace.
by Hiroshi Yamauchi
· 10 years ago
2cd334a
More of the concurrent copying collector.
by Hiroshi Yamauchi
· 10 years ago
369810a
ART: Allow scoped adjustments to log verbosity
by Andreas Gampe
· 10 years ago
379d09f
Add clamp growth limit
by Mathieu Chartier
· 10 years ago
94c41df
Pass the real capacity to CreateRosAlloc.
by Hiroshi Yamauchi
· 10 years ago
d0e0d4c
Disable HomogeneousSpaceCompact for GSS collector
by Lin Zang
· 10 years ago
24a5a30
ART: Wrap AllocThreadUnsafe in Valgrind wrapper
by Andreas Gampe
· 10 years ago
28bc987
Prune image cache if the boot marker is still in place.
by Narayan Kamath
· 10 years ago
8db9dcd
ART: Prune links in the dalvik cache
by Andreas Gampe
· 10 years ago
d757632
ART: Fix valgrind
by Andreas Gampe
· 10 years ago
277ccbd
ART: More warnings
by Andreas Gampe
· 10 years ago
575e78c
ART: Replace COMPILE_ASSERT with static_assert (runtime)
by Andreas Gampe
· 10 years ago
6a3c1fc
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
by Ian Rogers
· 10 years ago
70be1fb
ART: Discard generated image in a low-memory environment
by Andreas Gampe
· 10 years ago
e9105f7
Work around relocated boot.oat corruption
by Brian Carlstrom
· 10 years ago
d3271e8
Merge changes Ia007744f,Iac6d03d8
by Brian Carlstrom
· 10 years ago
4677476
ART: Add support for patching and loading OAT files compiled with PIC
by Igor Murashkin
· 10 years ago
2f1e15c
Remove boot.art/boot.oat on failure to create
by Brian Carlstrom
· 10 years ago
2d2621a
Optimize method linking
by Mathieu Chartier
· 10 years ago
7066718
Merge "ART: Fix ImageSpace error message."
by Andreas Gampe
· 10 years ago
50f2e9a
ART: Fix ImageSpace error message.
by Andreas Gampe
· 10 years ago
2c4257b
Tidy logging code not using UNIMPLEMENTED.
by Ian Rogers
· 10 years ago
cf7f191
C++11 related clean-up of DISALLOW_..
by Ian Rogers
· 10 years ago
c7dd295
Tidy up logging.
by Ian Rogers
· 10 years ago
6f3dbba
Make ART compile with GCC -O0 again.
by Ian Rogers
· 10 years ago
1373595
stdint types all the way!
by Ian Rogers
· 10 years ago
31d8f52
Add VMRuntime.isBootClassPathOnDisk
by Brian Carlstrom
· 10 years ago
3c13a79
ART: Only allow the zygote to create the global boot image
by Andreas Gampe
· 10 years ago
a20b7b3
Merge "Add runtime options for large object space"
by Mathieu Chartier
· 10 years ago
2dbe627
Add runtime options for large object space
by Mathieu Chartier
· 10 years ago
5a4b8a2
ART: Rename Handle hierarchy
by Andreas Gampe
· 10 years ago
af4edbd
Fix and re-enable FreeList large object space for 64 bit
by Mathieu Chartier
· 10 years ago
bad0267
Add native memory accounting through custom allocator.
by Mathieu Chartier
· 10 years ago
debdda0
Fix Mac build
by Brian Carlstrom
· 10 years ago
1291e9b
Fix incorect variable name.
by Alex Light
· 10 years ago
2539613
Change /dalvik-cache to be owned by root.
by Alex Light
· 10 years ago
b6cabc1
Reduce log spam by changing a LOG(INFO) to VLOG(startup)
by Alex Light
· 10 years ago
e25826e
Merge "Support running without a boot image."
by Brian Carlstrom
· 10 years ago
64ad14d
Support running without a boot image.
by Alex Light
· 10 years ago
6a7824d
Add fallback for non moving space being full.
by Mathieu Chartier
· 10 years ago
68d8b42
Wire up check JNI force copy mode.
by Ian Rogers
· 10 years ago
6e183f2
Make system use patchoat to relocate during runtime.
by Alex Light
· 10 years ago
4e97f65
Merge "Move image classes options from art to AndroidRuntime [art]"
by Brian Carlstrom
· 10 years ago
57309db
Move image classes options from art to AndroidRuntime [art]
by Brian Carlstrom
· 10 years ago
b93637a
Make ImageSpace skip validation if we are using a relocated image
by Alex Light
· 10 years ago
1a76213
Fix image not regenerating on changes to bootclasspath
by Alex Light
· 10 years ago
ff9d95d
Merge "Tweaks to patchoat and other related things."
by Andreas Gampe
· 10 years ago
cf4bf38
Tweaks to patchoat and other related things.
by Alex Light
· 10 years ago
2796a16
Fix main space memory leak and add checks.
by Mathieu Chartier
· 10 years ago
b363f66
Recycle mem-maps for collector transitions.
by Mathieu Chartier
· 10 years ago
45232a4
ART: Fix checks for relocation delta
by Andreas Gampe
· 10 years ago
a59dd80
Runtime can now be set to require relocation
by Alex Light
· 10 years ago
479f131
Merge "Disable adding main and non moving spaces to immune region in GSS"
by Mathieu Chartier
· 10 years ago
4c13a3f
Disable adding main and non moving spaces to immune region in GSS
by Mathieu Chartier
· 10 years ago
e63db27
Break apart header files.
by Ian Rogers
· 10 years ago
0ee33c3
Merge "Revert "Revert "ART: Key-Value Store in Oat header"""
by Andreas Gampe
· 10 years ago
22f8e5c
Revert "Revert "ART: Key-Value Store in Oat header""
by Andreas Gampe
· 10 years ago
f37a88b
ART: Compacting ROS/DlMalloc spaces with semispace copy GC
by Zuo Wang
· 10 years ago
654dd48
Improve the OOME fragmentation message.
by Hiroshi Yamauchi
· 10 years ago
be2a1df
Fix GC to use art::Atomic rather than compiler intrinsics.
by Ian Rogers
· 10 years ago
8078b29
Merge "Revert "ART: Key-Value Store in Oat header""
by Nicolas Geoffray
· 10 years ago
452bee5
Revert "ART: Key-Value Store in Oat header"
by Nicolas Geoffray
· 10 years ago
c87d27b
ART: Key-Value Store in Oat header
by Andreas Gampe
· 10 years ago
6e524dd
Merge "Make dex2oat heap size product configurable [art]"
by Brian Carlstrom
· 10 years ago
670134e
Make dex2oat heap size product configurable [art]
by Brian Carlstrom
· 10 years ago
10fb83a
Shared single GC iteration accounting for all GCs.
by Mathieu Chartier
· 10 years ago
52e4b43
Add mark compact collector.
by Mathieu Chartier
· 10 years ago
c5f1773
Remove deprecated WITH_HOST_DALVIK.
by Ian Rogers
· 10 years ago
d1c606f
Add locking around boot image generation.
by Narayan Kamath
· 10 years ago
b870823
ART: Add thread safety test for LargeObjectSpace
by Andreas Gampe
· 10 years ago
0130ba0
Merge "Allocate large enough space bitmaps for malloc spaces."
by Hiroshi Yamauchi
· 10 years ago
12e6d74
Add option to specify compiler executable.
by Tsu Chiang Chuang
· 10 years ago
447a914
Allocate large enough space bitmaps for malloc spaces.
by Hiroshi Yamauchi
· 10 years ago
d07a913
Improve invalid large object free dumping.
by Mathieu Chartier
· 10 years ago
061ece1
Merge "Begin migration of art::Atomic to std::atomic."
by Ian Rogers
· 10 years ago
3e5cf30
Begin migration of art::Atomic to std::atomic.
by Ian Rogers
· 10 years ago
bd0fb61
Simplify Class::IsArtFieldClass().
by Hiroshi Yamauchi
· 10 years ago
700a402
Now we have a proper C++ library, use std::unique_ptr.
by Ian Rogers
· 10 years ago
2afe494
Follow up to "Add ISA directory to image and odex pathnames."
by Brian Carlstrom
· 10 years ago
0e12bdc
Add ISA directory to image and odex pathnames.
by Brian Carlstrom
· 10 years ago
507dfdd
Compatibility layer to transition from UniquePtr to std::unique_ptr.
by Ian Rogers
· 10 years ago
2298683
Improve large object free CHECK
by Mathieu Chartier
· 10 years ago
eb8167a
Add Handle/HandleScope and delete SirtRef.
by Mathieu Chartier
· 11 years ago
ad930da
Merge "Move quick frame info to OatQuickMethodHeader."
by Vladimir Marko
· 11 years ago
7624d25
Move quick frame info to OatQuickMethodHeader.
by Vladimir Marko
· 11 years ago
b9beb2e
Place ISA into boot image name.
by Ian Rogers
· 11 years ago
52f8488
Prevent spurious dexopts in 32-64 builds.
by Narayan Kamath
· 11 years ago
9a16f22
Merge "Add thread unsafe allocation methods to spaces."
by Mathieu Chartier
· 11 years ago
7edf7c8
Merge "Clean up Add/Remove space."
by Mathieu Chartier
· 11 years ago
11d9f06
Use instruction specific dalvik cache dirs.
by Narayan Kamath
· 11 years ago
Next »