Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
f58dc65c52f5e3f15eaaa1e25d7259e64649ade3
/
runtime
/
parsed_options.cc
47b9580
Add a new thread pool pthread priority option.
by Nicolas Geoffray
· 6 years ago
53af040
ART: Remove tombstoned parameters
by Andreas Gampe
· 7 years ago
6ee4971
Revert^4 "Add an option to disable native stack dumping on SIGQUIT."
by Nicolas Geoffray
· 7 years ago
642e9d8
Revert "Revert "Revert "Add an option to disable native stack dumping on SIGQUIT."""
by Christopher Ferris
· 7 years ago
86821ac
Merge "Revert "Revert "Add an option to disable native stack dumping on SIGQUIT."""
by Nicolas Geoffray
· 7 years ago
74d25c9
Revert "Revert "Add an option to disable native stack dumping on SIGQUIT.""
by Nicolas Geoffray
· 7 years ago
7a02c66
Merge "Revert "Add an option to disable native stack dumping on SIGQUIT.""
by Treehugger Robot
· 7 years ago
c431b9d
Move most of runtime/base to libartbase/base
by David Sehr
· 7 years ago
8b08974
Revert "Add an option to disable native stack dumping on SIGQUIT."
by Andreas Gampe
· 7 years ago
66ff8a8
Revert "Revert "Full-stack integrity: check vdex contents.""
by Nicolas Geoffray
· 7 years ago
a19b764
Revert "Full-stack integrity: check vdex contents."
by Nicolas Geoffray
· 7 years ago
d6f914e
Full-stack integrity: check vdex contents.
by Nicolas Geoffray
· 7 years ago
d7fbc0e
Refactor hidden API runtime flag from negative to positive
by David Brazdil
· 7 years ago
25419b5
ART: Add option to use stderr logger
by Andreas Gampe
· 7 years ago
3e0fa0a
Add runtime option for no hidden API access checks
by David Brazdil
· 7 years ago
a7db026
Add a new runtime option for target SDK version
by David Brazdil
· 7 years ago
aadcbc6
ART: Refactor Agent into Agent and AgentSpec
by Andreas Gampe
· 7 years ago
4032071
Add support for selecting alternate JDWP implementations
by Alex Light
· 7 years ago
5794381
ART: Replace base/logging with android-base/logging
by Andreas Gampe
· 7 years ago
5573c37
cpplint: Remove many unnecessary NOLINT
by Igor Murashkin
· 7 years ago
33bff25
ART: Make InstructionSet an enum class and add kLast.
by Vladimir Marko
· 7 years ago
891a50e
Separate file utilities from utils.cc
by David Sehr
· 7 years ago
11c273d
Remove low RAM special casing for heap growth multiplier
by Mathieu Chartier
· 7 years ago
c42cb0e
Add -XX:MadviseRandomAccess option
by Mathieu Chartier
· 7 years ago
1b35b46
ART: Add allocation tracking to JNI global refs
by Andreas Gampe
· 7 years ago
d0210e5
ART: Add stack-dump mode for contention logging
by Andreas Gampe
· 7 years ago
1c5b42f
ART: Add support for runtime debug checks
by Andreas Gampe
· 7 years ago
7b135c8
Only compile hot methods
by Mathieu Chartier
· 7 years ago
eb71033
ART: Use file descriptors handed out by tombstoned for traces.
by Narayan Kamath
· 7 years ago
84695ae
ART: Support per PID stack trace files.
by Narayan Kamath
· 8 years ago
4707af8
Print runtime isa when invoking 'dalvikvm --showversion'
by Calin Juravle
· 8 years ago
4b812fa
Change Ti::Agent collection from vector to List
by Alex Light
· 8 years ago
9545f6d
Accept output profile path from dalvikvm command
by Calin Juravle
· 8 years ago
433b79a
Revert "Revert "Make --debuggable rely on JIT code.""
by Nicolas Geoffray
· 8 years ago
8135664
Revert "Make --debuggable rely on JIT code."
by Vladimir Marko
· 8 years ago
a0619e2
Make --debuggable rely on JIT code.
by Nicolas Geoffray
· 8 years ago
01fd70b
ART: Remove experimental flags for plugins and agents
by Andreas Gampe
· 8 years ago
3fceaf5
Use higher default thread suspend timeout for run tests
by Mathieu Chartier
· 8 years ago
9320675
MethodHandles: Remove experimental flag.
by Narayan Kamath
· 8 years ago
6b16d89
Add option to force all code to be deoptimizable
by Alex Light
· 8 years ago
eb84221
Enable agent attaching during live phase
by Leonard Mosescu
· 8 years ago
25352fc
class_linker: Add support for resolving method types.
by Narayan Kamath
· 8 years ago
3cc35c3
Merge "jni: Fast path for @FastNative annotated java methods"
by Treehugger Robot
· 8 years ago
9d4b6da
jni: Fast path for @FastNative annotated java methods
by Igor Murashkin
· 8 years ago
185d134
Add basic runtime-plugins support.
by Alex Light
· 8 years ago
7233c7e
Create a basic agent loading framework.
by Alex Light
· 8 years ago
14832ef
Revert experimental lambda feature.
by Narayan Kamath
· 8 years ago
138dbff
Clean up profiler options
by Calin Juravle
· 8 years ago
f4b3487
Remove -XOatFileManagerCompilerFilter argument.
by Richard Uhler
· 9 years ago
af36e49
Fix -Xint and -Xusejit interaction
by Calin Juravle
· 9 years ago
155ff3d
Add command line option for jit invoke transition weight
by Calin Juravle
· 9 years ago
ffc8707
Split profile recording from jit compilation
by Calin Juravle
· 9 years ago
b2771b4
Add option to tune sample collection based on thread sensitivity
by Calin Juravle
· 9 years ago
29d38e7
Revert "Revert "Use compiler filter to determine oat file status.""
by Andreas Gampe
· 9 years ago
83f080a
Tweak JIT hotness threshold.
by Nicolas Geoffray
· 9 years ago
66a5539
Add VLOG(collector) to reduce log spam
by Mathieu Chartier
· 9 years ago
a73280d
Add an option to disable native stack dumping on SIGQUIT.
by Nicolas Geoffray
· 9 years ago
d3e7c6c
Don't use native bridge for non zygote-spawn processes
by Calin Juravle
· 9 years ago
9724c63
Enable interface default methods by default.
by Neil Fuller
· 9 years ago
9bdf108
Revert "Revert "Write dex files to oat file early.""
by Vladimir Marko
· 9 years ago
919f553
Revert "Write dex files to oat file early."
by Vladimir Marko
· 9 years ago
625a64a
Write dex files to oat file early.
by Vladimir Marko
· 9 years ago
4741516
Merge "Revert "Revert "Introduce support for hardware simulators, starting with ARM64"""
by Roland Levillain
· 9 years ago
e722d29
Revert "Make the JIT the default in ART."
by Nicolas Geoffray
· 9 years ago
0a9b682
Make the JIT the default in ART.
by Nicolas Geoffray
· 9 years ago
88b2b80
Allow initializing runtime with parsed options.
by Vladimir Marko
· 9 years ago
84e174e
Merge "ART: set growth limit to heap size when it is larger."
by Mathieu Chartier
· 9 years ago
31f2c15
Save jit profiling info to file.
by Calin Juravle
· 9 years ago
5678229
Rename options for shorter names.
by Nicolas Geoffray
· 9 years ago
0a3be16
Increase code cache after 1 full collection.
by Nicolas Geoffray
· 9 years ago
8cd63ab
ART: set growth limit to heap size when it is larger.
by Lin Zang
· 9 years ago
751beff
Revert "Revert "Introduce support for hardware simulators, starting with ARM64""
by Phil Wang
· 9 years ago
eb7c144
Add initial default method support to Art
by Alex Light
· 9 years ago
5550ca8
Record profiling information before Jitting.
by Nicolas Geoffray
· 9 years ago
b1d8c31
Revert "cleanup: Replace pointers with out-parameters and fix-up formatting"
by Igor Murashkin
· 9 years ago
a315f5c
cleanup: Replace pointers with out-parameters and fix-up formatting
by Igor Murashkin
· 9 years ago
dd67125
ART: Change the stack dump format to be in line with debuggerd
by Andreas Gampe
· 9 years ago
7617abd
runtime: Add -Xverify:softfail and ART_TEST_INTERPRETER_ACCESS_CHECKS
by Igor Murashkin
· 9 years ago
01aaf6e
Allow for sig chain to be disabled.
by Calin Juravle
· 9 years ago
158f35c
interpreter: Add experimental lambda opcodes for invoke/create-lambda
by Igor Murashkin
· 9 years ago
bba348e
Bring back verbosity override
by Sebastien Hertz
· 9 years ago
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
Next »