Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
9d6bf69ad3012a9d843268fdd5325b6719b6d5f2
/
runtime
/
parsed_options.cc
2cebb24
Replace NULL with nullptr
by Mathieu Chartier
· 10 years ago
73a3fb3
Merge "Disable parallel GC by default"
by Mathieu Chartier
· 10 years ago
40da286
ART: Streaming trace mode
by Andreas Gampe
· 10 years ago
10d6886
Disable parallel GC by default
by Mathieu Chartier
· 10 years ago
65b798e
ART: Enable more Clang warnings
by Andreas Gampe
· 10 years ago
9106e52
ART: Set default prune counter to 10
by Andreas Gampe
· 10 years ago
785049f
Add paths to apk!lib/<abi> to LD_LIBRARY_PATH
by Dmitriy Ivanov
· 10 years ago
a4885cb
Add way to print JIT related info at shutdown
by Mathieu Chartier
· 10 years ago
1972a8e
Rename -Xjit / -Xnojit options to -Xusejit:<boolean>
by Mathieu Chartier
· 10 years ago
e5f13e5
Revert "Revert "Add JIT""
by Mathieu Chartier
· 10 years ago
f548c54
Merge "Revert "Add JIT""
by Nicolas Geoffray
· 10 years ago
a5ca888
Revert "Add JIT"
by Nicolas Geoffray
· 10 years ago
4fa1a27
Merge "Add JIT"
by Mathieu Chartier
· 10 years ago
2535abe
Add JIT
by Mathieu Chartier
· 10 years ago
24e04aa
ART: Allow the execution to stop if the compilation fails via an option
by Jean Christophe Beyler
· 10 years ago
5a2be3f
Implement a simple count based boot marker.
by Narayan Kamath
· 10 years ago
f360ad0
Make UseTLAB a bool flag.
by Hiroshi Yamauchi
· 10 years ago
4af0b08
Fix gcstress tests.
by Hiroshi Yamauchi
· 10 years ago
aaebaa0
art: Refactor RuntimeOptions/ParsedOptions
by Igor Murashkin
· 10 years ago
02c5f4d
Remove some unused cutils/properties.h references
by Brian Carlstrom
· 10 years ago
2cd334a
More of the concurrent copying collector.
by Hiroshi Yamauchi
· 10 years ago
312baf1
Follow up on CL 122665.
by Hiroshi Yamauchi
· 10 years ago
c275259
Remove back-door bootclasspath option from Runtime
by Richard Uhler
· 10 years ago
d0e0d4c
Disable HomogeneousSpaceCompact for GSS collector
by Lin Zang
· 10 years ago
20ed5af
Enable the hspace compaction on OOM by default.
by Hiroshi Yamauchi
· 10 years ago
277ccbd
ART: More warnings
by Andreas Gampe
· 10 years ago
6a3c1fc
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
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
0714083
Enable -Wunreachable-code
by Ian Rogers
· 10 years ago
6b2352b
Use homogeneous space compact by default if not low memory.
by Mathieu Chartier
· 10 years ago
2dbe627
Add runtime options for large object space
by Mathieu Chartier
· 10 years ago
2c2426c
ART: Fix accidental "1"
by Andreas Gampe
· 10 years ago
313f403
ART: Initialize fields of ParsedOptions
by Andreas Gampe
· 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
8e46772
Merge "Fix testing wrong variable for non zygote."
by Mathieu Chartier
· 10 years ago
0deeb81
Fix testing wrong variable for non zygote.
by Mathieu Chartier
· 10 years ago
a68629e
Always setup the native bridge library
by Calin Juravle
· 10 years ago
20c8930
ART: Relax GetInstructionSetFromString
by Andreas Gampe
· 10 years ago
37f048b
Merge "[ART] Move to system/core native bridge library"
by Calin Juravle
· 10 years ago
c842352
[ART] Move to system/core native bridge library
by Calin Juravle
· 10 years ago
22e4bb0
Use homogeneous space compaction for non low memory devices.
by Mathieu Chartier
· 10 years ago
4fcdc94
Execute an application even when dex2oat crashes.
by Nicolas Geoffray
· 10 years ago
c4a7acf
ART: Fix wrong command line parameter
by Andreas Gampe
· 10 years ago
421b646
Get the native bridge library from the framework.
by Calin Juravle
· 10 years ago
68d8b42
Wire up check JNI force copy mode.
by Ian Rogers
· 10 years ago
855564b
ART: Native bridge command-line parameter
by Andreas Gampe
· 10 years ago
a59dd80
Runtime can now be set to require relocation
by Alex Light
· 11 years ago
69dfe51
Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""
by Dave Allison
· 10 years ago
e63db27
Break apart header files.
by Ian Rogers
· 10 years ago
f37a88b
ART: Compacting ROS/DlMalloc spaces with semispace copy GC
by Zuo Wang
· 10 years ago
0025a86
Revert "Revert "Revert "Add implicit null and stack checks for x86"""
by Nicolas Geoffray
· 10 years ago
7fb36de
Revert "Revert "Add implicit null and stack checks for x86""
by Dave Allison
· 11 years ago
3d14eb6
Revert "Add implicit null and stack checks for x86"
by Dave Allison
· 11 years ago
34e826c
Add implicit null and stack checks for x86
by Dave Allison
· 11 years ago
445220d
Add a new type of profile data in ART profiler
by Wei Jin
· 11 years ago
70ac0d0
Merge "Add mark compact collector."
by Mathieu Chartier
· 11 years ago
52e4b43
Add mark compact collector.
by Mathieu Chartier
· 11 years ago
a93b0bb
Add an option to enable collecting dex pc in ART profiler
by Wei Jin
· 11 years ago
a033f70
Enable background compaction by default
by Mathieu Chartier
· 11 years ago
1dfa6d0
Merge "Relax limits for profiler options"
by Calin Juravle
· 11 years ago
c321c9b
Relax limits for profiler options
by Calin Juravle
· 11 years ago
576ca0c
Reduce header files including header files.
by Ian Rogers
· 11 years ago
20aa7cb
Merge "Fixed and refactored profiler options handling"
by Calin Juravle
· 11 years ago
c1b643c
Fixed and refactored profiler options handling
by Calin Juravle
· 11 years ago
c0cf944
Switch on implicit checks and bump oat version to force recompilation
by Dave Allison
· 11 years ago
12e6d74
Add option to specify compiler executable.
by Tsu Chiang Chuang
· 11 years ago
b4b3812
Merge "Fix profile-backoff usage message"
by Calin Juravle
· 11 years ago
54c73ca
Fix profile-backoff usage message
by Calin Juravle
· 11 years ago
2221e3b
Change profiler file name parsing option
by Wei Jin
· 11 years ago
999385c
Use strtod to read a double rather than operator >>
by Dave Allison
· 11 years ago
f7fd3cb
Fix typo in option parsing.
by Ian Rogers
· 11 years ago
700a402
Now we have a proper C++ library, use std::unique_ptr.
by Ian Rogers
· 11 years ago
3ac05bb
Remove ISA from boot image name.
by Brian Carlstrom
· 11 years ago
d518534
Changes for vogar compatibility
by Kenny Root
· 11 years ago
653bc0e
Merge "Place ISA into boot image name."
by Ian Rogers
· 11 years ago
b9beb2e
Place ISA into boot image name.
by Ian Rogers
· 11 years ago
9757e3d
Merge "Make it easy to change the default GC type."
by Hiroshi Yamauchi
· 11 years ago
1dda060
Make it easy to change the default GC type.
by Hiroshi Yamauchi
· 11 years ago
537aaf1
Merge "Revert "Switch on implicit null pointer and stack overflow checks.""
by Dave Allison
· 11 years ago
ad9697a
Revert "Switch on implicit null pointer and stack overflow checks."
by Dave Allison
· 11 years ago
4d466a8
Remove all LOG(DEBUG) which is not intended to be checked in
by Brian Carlstrom
· 11 years ago
069849e
Merge "Switch on implicit null pointer and stack overflow checks."
by Dave Allison
· 11 years ago
0526643
Switch on implicit null pointer and stack overflow checks.
by Dave Allison
· 11 years ago
5cd3375
Handle implicit stack overflow without affecting stack walks
by Dave Allison
· 11 years ago
11d9f06
Use instruction specific dalvik cache dirs.
by Narayan Kamath
· 11 years ago
6f365cc
Enable concurrent sweeping for non-concurrent GC.
by Mathieu Chartier
· 11 years ago
63da330
Merge "Add an option to specify a list of methods for LIR dumping."
by Mingyao Yang
· 11 years ago
42d65c5
Add an option to specify a list of methods for LIR dumping.
by Mingyao Yang
· 11 years ago
4ad33b3
Fixing missing newlines in Usage calls
by Brian Carlstrom
· 11 years ago
455820e
Fix ForegroundHeapGrowthMultiplier and ParseDouble.
by Mathieu Chartier
· 11 years ago
2f8da3e
Decrease target utilization for foreground apps.
by Mathieu Chartier
· 11 years ago
a6119a2
Recognize and ignore options '-ea' and '-da'
by Yevgeny Rouban
· 11 years ago
1659006
Profile: made startImmediately settable
by Calin Juravle
· 11 years ago
4a200f5
Add support for -Xverify:none mode.
by Jeff Hao
· 11 years ago
d5307ec
An empty collector skeleton for a read barrier-based collector.
by Hiroshi Yamauchi
· 11 years ago
dd2e825
Fix issue parsing implicit_checks property
by Dave Allison
· 11 years ago
b373e09
Implicit null/suspend checks (oat version bump)
by Dave Allison
· 11 years ago
Next »