Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
cc17d079659d737d67d4a891b6951a532c0299f3
/
runtime
/
gc
cc17d07
Reducing CPU impact of non-monotonic clocks on Gc.
by Vincent Palomares
· 7 years ago
0b4d146
ART: make generational CC a runtime option
by Albert Mingkun Yang
· 7 years ago
8f1c8e5
ART: Some more iwyu
by Andreas Gampe
· 7 years ago
c99f017
Merge "Refactor image relocation"
by Mathieu Chartier
· 7 years ago
f0a96eb
Refactor image relocation
by Mathieu Chartier
· 7 years ago
1c0ae84
ART: fix post gc weighted allocated bytes metrics
by Albert Mingkun Yang
· 7 years ago
639b2b1
ART: Remove instruction_set.h from thread.h
by Andreas Gampe
· 7 years ago
8764dc3
ART: Use iosfwd more
by Andreas Gampe
· 7 years ago
5a0430d
ART: Introduce runtime_globals
by Andreas Gampe
· 7 years ago
e959e5d
Merge "Tweak native allocation GC triggering thresholds"
by Hans Boehm
· 7 years ago
1575267
Tweak native allocation GC triggering thresholds
by Hans Boehm
· 7 years ago
c3c0299
Merge "ART: add longest consecutive free bytes in region dump"
by Roland Levillain
· 7 years ago
206ffa5
Merge "ART: make RegionSpace::GetNextObject a static function"
by Roland Levillain
· 7 years ago
2ffc74b
Delete PatchedObjectsMap
by Mathieu Chartier
· 7 years ago
aac0972
ART: Add cause to GC wait-for-completion systrace
by Andreas Gampe
· 7 years ago
0f0a4e4
Merge "ART: show exact bytes along with human-friendly format"
by Roland Levillain
· 7 years ago
16bd6ac
ART: show exact bytes along with human-friendly format
by Albert Mingkun Yang
· 7 years ago
9a3da9a
Remove null check from ForwardObject / ForwardCode
by Mathieu Chartier
· 7 years ago
f7f7a7c
ART: make RegionSpace::GetNextObject a static function
by Albert Mingkun Yang
· 7 years ago
f9f22f9
ART: add longest consecutive free bytes in region dump
by Albert Mingkun Yang
· 7 years ago
ada33d7
Move startup thread pool back into runtime
by Mathieu Chartier
· 7 years ago
32650ab
Make inter-region ref bitmap pointers unique_ptr
by Lokesh Gidra
· 7 years ago
1c34b71
Split inter-region ref bitmap for every space
by Lokesh Gidra
· 7 years ago
35bd06e
Merge "ART: add dump region info runtime option"
by Roland Levillain
· 7 years ago
d0c5b25
Speedup marking inter-region refs in 2-phase CC
by Lokesh Gidra
· 7 years ago
de94ea7
ART: add dump region info runtime option
by Albert Mingkun Yang
· 7 years ago
2a9824c
2-phase full-heap CC
by Lokesh Gidra
· 7 years ago
0ace563
Revert^2 "Allow boot image for a part of the boot classpath."
by Vladimir Marko
· 7 years ago
f91867e
Declare mmapped_bytes only if needed
by Hans Boehm
· 7 years ago
7ca98bf
Merge "Don't include malloc.h on MacOS"
by Treehugger Robot
· 7 years ago
b587072
Don't include malloc.h on MacOS
by Hans Boehm
· 7 years ago
15303ac
Merge "Avoid waiting for threads to create"
by Mathieu Chartier
· 7 years ago
99e1739
Merge "Revert "Allow boot image for a part of the boot classpath.""
by Andreas Gampe
· 7 years ago
fb83d76
Revert "Allow boot image for a part of the boot classpath."
by Andreas Gampe
· 7 years ago
c2f685a
Merge "Change GC triggering to use mallinfo()"
by Hans Boehm
· 7 years ago
cf923f5
Merge "Allow boot image for a part of the boot classpath."
by Vladimir Marko
· 7 years ago
c220f98
Change GC triggering to use mallinfo()
by Hans Boehm
· 7 years ago
93c21ba
Avoid waiting for threads to create
by Mathieu Chartier
· 7 years ago
8f86ef1
Merge "Fix reference-type obj handling in generational CC"
by Lokesh Gidra
· 7 years ago
8f5aaad
Fix reference-type obj handling in generational CC
by Lokesh Gidra
· 7 years ago
25602dc
Use PatchObjectVisitor for app image class set patching
by Mathieu Chartier
· 7 years ago
4433c43
Allow boot image for a part of the boot classpath.
by Vladimir Marko
· 7 years ago
5af086c
Merge "ART: add post gc weighted allocated bytes metrics"
by Roland Levillain
· 7 years ago
2260cf5
Merge "Ignore expansion-to-defined warning from dlmalloc include"
by Yi Kong
· 7 years ago
6e0d325
ART: add post gc weighted allocated bytes metrics
by Albert Mingkun Yang
· 7 years ago
6b36d80
Merge "Refactor image object visitors for image relocation"
by Mathieu Chartier
· 7 years ago
d3f037b
Refactor image object visitors for image relocation
by Mathieu Chartier
· 7 years ago
3b01574
Ignore expansion-to-defined warning from dlmalloc include
by Yi Kong
· 7 years ago
1c06528
Merge "ART: Clean up base/utils.h"
by Treehugger Robot
· 7 years ago
0633365
Merge "Create thread pool only during app image loading"
by Mathieu Chartier
· 7 years ago
b023b3f
Merge "ART: fix overflow in weighted allocated bytes metrics"
by Treehugger Robot
· 7 years ago
3ea4322
Create thread pool only during app image loading
by Mathieu Chartier
· 7 years ago
7391c8c
Store additional information in image header.
by Vladimir Marko
· 7 years ago
95c5915
Merge "Revert^2 "Pass boot class path to ImageSpace::LoadBootImage.""
by Vladimir Marko
· 7 years ago
c1baad2
Merge "Fix ModifyCardsAtomic comment"
by Hans Boehm
· 7 years ago
b0675b3
Fix ModifyCardsAtomic comment
by Hans Boehm
· 7 years ago
91f1032
Revert^2 "Pass boot class path to ImageSpace::LoadBootImage."
by Vladimir Marko
· 7 years ago
ad2845c
ART: fix overflow in weighted allocated bytes metrics
by Albert Mingkun Yang
· 7 years ago
db4b1de
Revert "Pass boot class path to ImageSpace::LoadBootImage."
by Vladimir Marko
· 7 years ago
a9a0973
Merge "Pass boot class path to ImageSpace::LoadBootImage."
by Vladimir Marko
· 7 years ago
dc1309c
Merge changes Ib1e027a1,I1608b032,I11ca161a
by Andreas Gampe
· 7 years ago
bee521d
Merge "Cleanup marking logic for non-moving objects"
by Lokesh Gidra
· 7 years ago
97b2811
ART: Clean up base/utils.h
by Andreas Gampe
· 7 years ago
7fbc4a5
ART: Move to using locks.h instead of mutex.h
by Andreas Gampe
· 7 years ago
03eb36c
Merge "ART: use freed_bytes in reclaimed_bytes_ratio calculation"
by Roland Levillain
· 7 years ago
d190851
Pass boot class path to ImageSpace::LoadBootImage.
by Vladimir Marko
· 7 years ago
274ed2e
Merge "Parallel image decompression"
by Mathieu Chartier
· 7 years ago
519c1c7
Cleanup marking logic for non-moving objects
by Lokesh Gidra
· 7 years ago
c6068c7
Parallel image decompression
by Mathieu Chartier
· 7 years ago
2d7329b
ART: add weighted allocated bytes metrics
by Albert Mingkun Yang
· 7 years ago
6693742
ART: use freed_bytes in reclaimed_bytes_ratio calculation
by Albert Mingkun Yang
· 7 years ago
9dd5ba3
ART: add GC throughput measured in bytes per CPU time
by Albert Mingkun Yang
· 7 years ago
d378a56
Merge "Add image compressed blocks"
by Mathieu Chartier
· 7 years ago
1a84296
Add image compressed blocks
by Mathieu Chartier
· 7 years ago
f355ec7
Merge "C++17 compatibility: make WITH_TIDY=1 happy again."
by Elliott Hughes
· 7 years ago
196d0c8
Merge "Use more vector<string>s in dex2oat.cc ."
by Treehugger Robot
· 7 years ago
c1896c9
C++17 compatibility: make WITH_TIDY=1 happy again.
by Elliott Hughes
· 7 years ago
d011d81
Use more vector<string>s in dex2oat.cc .
by Vladimir Marko
· 7 years ago
2025488
Merge "ART: Some iwyu for logging.h"
by Andreas Gampe
· 7 years ago
ef6b2aa
Merge "Revert^4 "ART: Add StackVisitor accepting a lambda""
by Treehugger Robot
· 7 years ago
a92b026
Merge "C++17 compatibility: unreachable `return`."
by Treehugger Robot
· 7 years ago
d79209c
C++17 compatibility: unreachable `return`.
by Elliott Hughes
· 7 years ago
85f1c57
ART: Some iwyu for logging.h
by Andreas Gampe
· 7 years ago
312f10e
Refactor loading boot image.
by Vladimir Marko
· 7 years ago
0c78ef7
Remove boot image begin/size from image header.
by Vladimir Marko
· 7 years ago
5a78e8d
Merge "ART: add reclaim bytes ratio metrics to GC performance"
by Roland Levillain
· 7 years ago
875b4f2
ART: Avoid some tidy nullptr warnings
by Andreas Gampe
· 7 years ago
1c42e75
ART: change reference to pointer in for-loop over all collectors
by Albert Mingkun Yang
· 7 years ago
c7d878d
Revert^4 "ART: Add StackVisitor accepting a lambda"
by Andreas Gampe
· 7 years ago
d6e178e
Revert^2 "ART: add GC time ratio metrics to GC performance"
by Albert Mingkun Yang
· 7 years ago
498d7c1
Merge "Revert "Revert^2 "ART: Add StackVisitor accepting a lambda"""
by Nicolas Geoffray
· 7 years ago
ec43a01
Revert "Revert^2 "ART: Add StackVisitor accepting a lambda""
by Nicolas Geoffray
· 7 years ago
0f643b0
Merge "Revert^2 "ART: Add StackVisitor accepting a lambda""
by Treehugger Robot
· 7 years ago
3d477f3
Revert^2 "ART: Add StackVisitor accepting a lambda"
by Andreas Gampe
· 7 years ago
4d57c69
Revert "ART: add GC time ratio metrics to GC performance"
by Andreas Gampe
· 7 years ago
fe21070
ART: add GC time ratio metrics to GC performance
by Albert Mingkun Yang
· 7 years ago
af9cce1
ART: add reclaim bytes ratio metrics to GC performance
by Albert Mingkun Yang
· 7 years ago
57ee347
Merge "Avoid unnecessary read barriers in mirror::Class."
by Vladimir Marko
· 7 years ago
61f9bf1
Merge "Clean up primitive array helpers in Object."
by Vladimir Marko
· 7 years ago
dbcb48f
Avoid unnecessary read barriers in mirror::Class.
by Vladimir Marko
· 7 years ago
Next »