index
:
art
replicant-6.0
https://code.fossencdi.org/art.git mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
runtime.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix broken runtime SetStatsEnabled logic
Mathieu Chartier
2014-09-26
1
-5
/
+9
*
Merge "ART: Update for split native bridge initialization"
Andreas Gampe
2014-09-24
1
-12
/
+13
|
\
|
*
ART: Update for split native bridge initialization
jgu21
2014-09-23
1
-12
/
+13
*
|
ART: Only allow the zygote to create the global boot image
Andreas Gampe
2014-09-18
1
-1
/
+3
*
|
Merge "Don't call dlsym from signal context in signal chain"
Brian Carlstrom
2014-09-18
1
-0
/
+6
|
\
\
|
*
|
Don't call dlsym from signal context in signal chain
Dave Allison
2014-09-16
1
-0
/
+6
*
|
|
Avoid suspending for alloc trace enabling when already suspended.
Jeff Hao
2014-09-17
1
-3
/
+3
|
|
/
|
/
|
*
|
Add runtime options for large object space
Mathieu Chartier
2014-09-16
1
-0
/
+2
|
/
*
Add native support for FinalizerList.makeCircularListIfUnenqueued
Mathieu Chartier
2014-09-14
1
-0
/
+1
*
Fix stale root error in verifier
Mathieu Chartier
2014-09-12
1
-0
/
+1
*
Compile time performance improvements focusing on interpret-only.
Ian Rogers
2014-09-12
1
-7
/
+9
*
Merge "ART: Fix things for valgrind"
Andreas Gampe
2014-09-10
1
-11
/
+8
|
\
|
*
ART: Fix things for valgrind
Andreas Gampe
2014-09-10
1
-11
/
+8
*
|
Merge "Address read barrier issue with cl/106467"
Hiroshi Yamauchi
2014-09-10
1
-0
/
+1
|
\
\
|
*
|
Address read barrier issue with cl/106467
Hiroshi Yamauchi
2014-09-09
1
-0
/
+1
|
|
/
*
/
Improve dex location canonicalization-related performance.
Vladimir Marko
2014-09-10
1
-3
/
+1
|
/
*
Merge "ART: Change ART for new native bridge sequence"
Andreas Gampe
2014-09-04
1
-3
/
+39
|
\
|
*
ART: Change ART for new native bridge sequence
Andreas Gampe
2014-09-04
1
-3
/
+39
*
|
Merge "Remove abuse of mirror::Object* to reference special values."
Ian Rogers
2014-09-04
1
-0
/
+8
|
\
\
|
|
/
|
/
|
|
*
Remove abuse of mirror::Object* to reference special values.
Ian Rogers
2014-09-03
1
-0
/
+8
*
|
Merge "Change intern table to unordered set."
Mathieu Chartier
2014-09-02
1
-8
/
+8
|
\
\
|
|
/
|
/
|
|
*
Change intern table to unordered set.
Mathieu Chartier
2014-09-02
1
-8
/
+8
*
|
Pre-allocate the NoClassDefFoundError to be thrown for boot classes.
Ian Rogers
2014-09-02
1
-6
/
+25
|
/
*
Add native memory accounting through custom allocator.
Mathieu Chartier
2014-08-29
1
-0
/
+1
*
Support booting without functioning boot.oat/art patchoat.
Alex Light
2014-08-26
1
-1
/
+68
*
Reduced memory usage of primitive fields smaller than 4-bytes
Fred Shih
2014-08-25
1
-0
/
+28
*
Merge "Support running without a boot image."
Brian Carlstrom
2014-08-25
1
-1
/
+43
|
\
|
*
Support running without a boot image.
Alex Light
2014-08-25
1
-1
/
+43
*
|
Add fallback for non moving space being full.
Mathieu Chartier
2014-08-22
1
-0
/
+1
*
|
Always setup the native bridge library
Calin Juravle
2014-08-22
1
-5
/
+6
*
|
Fix fault handler to unregister on shutdown
Dave Allison
2014-08-21
1
-0
/
+3
|
/
*
AttachCurrentThread should only warn on missing thread name if CheckJNI is en...
Brian Carlstrom
2014-08-18
1
-5
/
+1
*
Merge "[ART] Move to system/core native bridge library"
Calin Juravle
2014-08-15
1
-4
/
+8
|
\
|
*
[ART] Move to system/core native bridge library
Calin Juravle
2014-08-15
1
-4
/
+8
*
|
Execute an application even when dex2oat crashes.
Nicolas Geoffray
2014-08-13
1
-0
/
+2
|
/
*
Wire up check JNI force copy mode.
Ian Rogers
2014-08-08
1
-13
/
+7
*
Add implicit checks for x86_64 architecture.
Dave Allison
2014-08-07
1
-0
/
+1
*
AArch64: Implicit StackOverflow/NPE/Suspend checks.
Stuart Monteith
2014-08-06
1
-0
/
+1
*
Merge "Stop thread from reattaching during runtime shutdown while tracing."
Jeff Hao
2014-07-28
1
-7
/
+0
|
\
|
*
Stop thread from reattaching during runtime shutdown while tracing.
Jeff Hao
2014-07-29
1
-7
/
+0
*
|
Add GcRoot to clean up and enforce read barriers.
Hiroshi Yamauchi
2014-07-29
1
-23
/
+13
|
/
*
ART: Native bridge command-line parameter
Andreas Gampe
2014-07-26
1
-0
/
+4
*
Runtime can now be set to require relocation
Alex Light
2014-07-22
1
-0
/
+12
*
Interpreter can kick in even when implicit checks are enabled.
Nicolas Geoffray
2014-07-22
1
-2
/
+1
*
Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""
Dave Allison
2014-07-16
1
-67
/
+40
*
Merge "Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()"""""
Mathieu Chartier
2014-07-15
1
-0
/
+1
|
\
|
*
Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()""""
Fred Shih
2014-07-15
1
-0
/
+1
*
|
Break apart header files.
Ian Rogers
2014-07-15
1
-2
/
+3
|
/
*
Add read barriers for the roots in Runtime.
Hiroshi Yamauchi
2014-07-14
1
-3
/
+5
*
ART: Compacting ROS/DlMalloc spaces with semispace copy GC
Zuo Wang
2014-07-11
1
-1
/
+3
[next]