Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
b960cd7342cd68a614bb0c54d0d676cc2b8caf29
/
runtime
/
runtime.cc
f37a88b
ART: Compacting ROS/DlMalloc spaces with semispace copy GC
by Zuo Wang
· 11 years ago
98d1cc8
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
by Mingyao Yang
· 11 years ago
9e82bd3
Revert "Revert "Revert "Add intrinsic for Reference.get()"""
by Sebastien Hertz
· 11 years ago
d4415e8
Revert "Revert "Add intrinsic for Reference.get()""
by Christopher Ferris
· 11 years ago
a9b870b
Revert "Add intrinsic for Reference.get()"
by Christopher Ferris
· 11 years ago
460503b
Add intrinsic for Reference.get()
by Fred Shih
· 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
0f635b1
Merge "Fix method tracing from command-line"
by Ian Rogers
· 11 years ago
bae182c
Fix method tracing from command-line
by Sebastien Hertz
· 12 years ago
0ec17d2
Remove Dbg::VisitRoots().
by Hiroshi Yamauchi
· 11 years ago
4e14e72
Avoid segvs if LOG(FATAL) is called during runtime start-up.
by Ian Rogers
· 11 years ago
a93b0bb
Add an option to enable collecting dex pc in ART profiler
by Wei Jin
· 11 years ago
4eb1331f
Don't use signal handlers in interpreter only mode
by Dave Allison
· 11 years ago
b5a9e3d
Remove Object* weak roots from the debugger.
by Hiroshi Yamauchi
· 11 years ago
c5f1773
Remove deprecated WITH_HOST_DALVIK.
by Ian Rogers
· 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
f00571c
Added workaround passing empty arg array for proxy invocation.
by Jeff Hao
· 11 years ago
f4b80bc
Make use of sigchainlib for signal chaining for implicit checks
by Dave Allison
· 11 years ago
12e6d74
Add option to specify compiler executable.
by Tsu Chiang Chuang
· 11 years ago
6a58691
Fix the problem of not shutting down the profiler in ART properly
by Wei Jin
· 11 years ago
bd0fb61
Simplify Class::IsArtFieldClass().
by Hiroshi Yamauchi
· 11 years ago
35aef2c
Fix race condition between GCDaemon and DeleteLocalReference
by Yevgeny Rouban
· 11 years ago
700a402
Now we have a proper C++ library, use std::unique_ptr.
by Ian Rogers
· 11 years ago
507dfdd
Compatibility layer to transition from UniquePtr to std::unique_ptr.
by Ian Rogers
· 11 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
b911636
Merge "Dump the native stack of an unattached aborting thread."
by Ian Rogers
· 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
b170b3e
Merge "Fix stub_test to pass with SS collector."
by Mathieu Chartier
· 11 years ago
37eecbd
Dump the native stack of an unattached aborting thread.
by Ian Rogers
· 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
119c6bd
Fix stub_test to pass with SS collector.
by Mathieu Chartier
· 11 years ago
4d466a8
Remove all LOG(DEBUG) which is not intended to be checked in
by Brian Carlstrom
· 11 years ago
78f7b4c
Add concurrent reference processing.
by Mathieu Chartier
· 11 years ago
0526643
Switch on implicit null pointer and stack overflow checks.
by Dave Allison
· 11 years ago
89a201e
Add GC cause to WaitForGcToComplete message.
by Mathieu Chartier
· 11 years ago
8194963
Replace CountOneBits and __builtin_popcount with POPCOUNT.
by Vladimir Marko
· 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
9bc5440
Interpreter-only mode should cause dex-to-dex compilation.
by Ian Rogers
· 11 years ago
2f8da3e
Decrease target utilization for foreground apps.
by Mathieu Chartier
· 11 years ago
c7a966d
Prevent deadlocks in Runtime::Abort.
by Mathieu Chartier
· 11 years ago
a704644
Merge "Profile: made startImmediately settable"
by Calin Juravle
· 11 years ago
1659006
Profile: made startImmediately settable
by Calin Juravle
· 11 years ago
242947d
Make frame size dependent on arch-specific constants.
by Andreas Gampe
· 11 years ago
0c7350d
Merge "Runtime::PreZygoteFork returns void, not boolean."
by Narayan Kamath
· 11 years ago
4a200f5
Add support for -Xverify:none mode.
by Jeff Hao
· 11 years ago
8afeb85
Pass instruction-set from runtime through to spawned dex2oat.
by Ian Rogers
· 11 years ago
3de95a7
Runtime::PreZygoteFork returns void, not boolean.
by Narayan Kamath
· 11 years ago
8e157dc
Merge "Move most zygote related code to frameworks/base."
by Narayan Kamath
· 11 years ago
1246d68
Merge "Cleanup transaction support"
by Sebastien Hertz
· 11 years ago
ee1d79a
Cleanup transaction support
by Sebastien Hertz
· 11 years ago
252f848
Merge "Fix running with DlMalloc instead of RosAlloc."
by Mathieu Chartier
· 11 years ago
da44d77
Fix running with DlMalloc instead of RosAlloc.
by Mathieu Chartier
· 11 years ago
c751fdc
Add handler for printing java stack traces for compiled code SIGSEGV.
by Mathieu Chartier
· 11 years ago
8b2c8b9
Move most zygote related code to frameworks/base.
by Narayan Kamath
· 11 years ago
dd7624d
Allow mixing of thread offsets between 32 and 64bit architectures.
by Ian Rogers
· 11 years ago
3b05e9b
Add missing debugger root visiting.
by Mathieu Chartier
· 11 years ago
6ed19fd
64bit: make runtime offsets more deterministic.
by Ian Rogers
· 11 years ago
b95a534
AArch64: Add arm64 runtime support.
by Stuart Monteith
· 11 years ago
53b8b09
Refactor reflective method invocation.
by Ian Rogers
· 11 years ago
b373e09
Implicit null/suspend checks (oat version bump)
by Dave Allison
· 11 years ago
39c3bfb
Make use of profiling information for dex2oat
by Dave Allison
· 12 years ago
719d1a3
Enable annotalysis on clang ART builds.
by Ian Rogers
· 11 years ago
2ec6520
Support compiler filters for boot classpath
by Brian Carlstrom
· 11 years ago
893263b
Avoid marking old class linker and intern table roots during pause.
by Mathieu Chartier
· 11 years ago
9583fbc
Remove oat file location in the image.
by Nicolas Geoffray
· 11 years ago
491ca9e
Add ART -help and -showversion
by Brian Carlstrom
· 11 years ago
15d3402
Add custom SIGSEGV handler to help find heap corruption.
by Mathieu Chartier
· 11 years ago
6449c62
Create CompilerOptions
by Brian Carlstrom
· 11 years ago
936b37f
Upcall support for x86-64.
by Ian Rogers
· 11 years ago
815873e
Change root visitor to use Object**.
by Mathieu Chartier
· 11 years ago
d2fe10a
Remove blacklist
by Sebastien Hertz
· 12 years ago
97f4489
Revert "Revert "Revert "Add a script for running art standalone."""
by Ian Rogers
· 11 years ago
4b23250
Revert "Revert "Add a script for running art standalone.""
by Nicolas Geoffray
· 11 years ago
41dcb9f
Revert "Add a script for running art standalone."
by Brian Carlstrom
· 11 years ago
763a085
Merge "Add a script for running art standalone."
by Nicolas Geoffray
· 11 years ago
1f5a90f
Add a script for running art standalone.
by Nicolas Geoffray
· 11 years ago
fd14755
Merge "Work in the direction of hard float quick ABIs."
by Ian Rogers
· 11 years ago
0177e53
Work in the direction of hard float quick ABIs.
by Ian Rogers
· 11 years ago
83c8ee0
Add root types and thread id to root visiting.
by Mathieu Chartier
· 12 years ago
412c7fc
Make debugger / jdwp compaction safe.
by Mathieu Chartier
· 11 years ago
a4adbfd
RosAlloc verification.
by Hiroshi Yamauchi
· 11 years ago
ef7d42f
Object model changes to support 64bit.
by Ian Rogers
· 12 years ago
055d46c
Add missing SIRT to LoadNativeLibrary.
by Mathieu Chartier
· 11 years ago
6c2270b
Fix GC options to make the setting available
by lzang1
· 12 years ago
be1ca55
Use direct class pointers at allocation sites in the compiled code.
by Hiroshi Yamauchi
· 12 years ago
938a03b
Fix heap verification and add runtime options.
by Mathieu Chartier
· 12 years ago
0f875ef
Revert accidental default collector type change.
by Mathieu Chartier
· 12 years ago
6f4ffe4
Improve the generational mode.
by Hiroshi Yamauchi
· 12 years ago
e6da9af
Background compaction support.
by Mathieu Chartier
· 12 years ago
0aded08
Add sampling profiler
by Dave Allison
· 12 years ago
2b5eaa2
Move compiler code out of method verifier.
by Vladimir Marko
· 12 years ago
692fafd
Thread local bump pointer allocator.
by Mathieu Chartier
· 12 years ago
Next »