index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
heap.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor the compilers out of libart.
Elliott Hughes
2012-03-09
1
-102
/
+86
*
Remove old code to support multiple images
Brian Carlstrom
2012-02-04
1
-1
/
+1
*
Simple heap trimming.
Elliott Hughes
2012-02-02
1
-0
/
+2
*
Space trim and other unit tests. General space clean up.
Ian Rogers
2012-01-29
1
-3
/
+10
*
Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like na...
Ian Rogers
2012-01-26
1
-24
/
+27
*
Fix thread hang
Brian Carlstrom
2012-01-25
1
-1
/
+7
*
Clean up verbose logging.
Elliott Hughes
2011-12-13
1
-14
/
+1
*
Various runtime/JNI related fixes.
Ian Rogers
2011-11-02
1
-1
/
+2
*
Mark non-image spaces and use write barrier for image spaces.
Ian Rogers
2011-11-02
1
-5
/
+31
*
Make it easier to run an optimized build, turn the GC timings back on, and re...
Elliott Hughes
2011-10-31
1
-1
/
+1
*
Implement the DDMS heap walking (for native and managed heaps).
Elliott Hughes
2011-10-28
1
-1
/
+21
*
Added support for -XX:HeapGrowthLimit switch
jeffhao
2011-10-28
1
-4
/
+10
*
Implement DDMS heap info ("HPIF") chunks.
Elliott Hughes
2011-10-27
1
-0
/
+3
*
Make ResolveField not rely on Field::GetType resolution
Brian Carlstrom
2011-10-25
1
-1
/
+14
*
Rename object_bitmap to heap_bitmap (since that's what the class is called).
Elliott Hughes
2011-10-20
1
-1
/
+1
*
ClassLinker changes
Brian Carlstrom
2011-10-17
1
-1
/
+1
*
Fix a heap lock/thread list lock deadlock.
Elliott Hughes
2011-10-17
1
-1
/
+1
*
Add a C++ equivalent of Android's TimingLogger, and use it for the heap.
Elliott Hughes
2011-10-12
1
-1
/
+1
*
Sweep the monitor list.
Elliott Hughes
2011-10-11
1
-0
/
+1
*
Add an interface to Space, so Heap no longer needs to be friend of Space.
Shih-wei Liao
2011-10-06
1
-1
/
+2
*
Grow for improving target utilization. Applicable to the target side only.
Shih-wei Liao
2011-10-05
1
-0
/
+2
*
Implement finalization.
Elliott Hughes
2011-10-05
1
-25
/
+19
*
Simplify command line arguments
Brian Carlstrom
2011-10-04
1
-13
/
+4
*
Assorted fixes for running frameworks apps
Brian Carlstrom
2011-09-26
1
-3
/
+5
*
Adding oat_process
Brian Carlstrom
2011-09-21
1
-2
/
+2
*
Implement as much of VMDebug as we can reasonably do right now.
Elliott Hughes
2011-09-19
1
-1
/
+18
*
Add packing to class Thread.
Elliott Hughes
2011-09-16
1
-3
/
+6
*
oatdump
Brian Carlstrom
2011-09-16
1
-1
/
+1
*
Implement VMRuntime.
Elliott Hughes
2011-09-14
1
-0
/
+14
*
Implement sun.misc.Unsafe and fix the jfieldID/jmethodID leak.
Elliott Hughes
2011-09-14
1
-1
/
+4
*
A few more trivial write barrier calls.
Elliott Hughes
2011-09-13
1
-1
/
+3
*
Support 64-bit volatiles and reference/pointer volatiles.
Elliott Hughes
2011-09-13
1
-0
/
+4
*
Add a heap HWM to the Thread*, for compiled code.
Elliott Hughes
2011-09-08
1
-1
/
+1
*
Add locking to the heap.
Elliott Hughes
2011-09-08
1
-7
/
+12
*
Fix GarbageCollector to work with VERIFY_OBJECT_ENABLED
Brian Carlstrom
2011-09-08
1
-1
/
+2
*
Working dex2oat and oatexec
Brian Carlstrom
2011-09-06
1
-2
/
+6
*
Remove use of MemMap for code allocation.
Brian Carlstrom
2011-09-03
1
-2
/
+2
*
Get the test speed back to where it was.
Elliott Hughes
2011-09-02
1
-0
/
+6
*
Use accessor methods for Object fields.
Ian Rogers
2011-09-02
1
-25
/
+36
*
Mark more roots.
Elliott Hughes
2011-09-01
1
-15
/
+2
*
Fully implement string interning.
Elliott Hughes
2011-09-01
1
-3
/
+3
*
Start adding implementations for runtime-provided native methods.
Elliott Hughes
2011-09-01
1
-0
/
+7
*
Add HeapTest and make GC work enough to pass it
Brian Carlstrom
2011-08-31
1
-0
/
+57
*
Add -Xcheck:jni.
Elliott Hughes
2011-08-29
1
-1
/
+6
*
Add validate object, clean up stack indirect reference table.
Ian Rogers
2011-08-23
1
-0
/
+3
*
Initialize ClassLinker from image
Brian Carlstrom
2011-08-21
1
-0
/
+7
*
Convert Class::descriptor_ from StringPiece to String (as part of image loading)
Brian Carlstrom
2011-08-19
1
-0
/
+1
*
Work on heap and space initialization to support image loading
Brian Carlstrom
2011-08-18
1
-8
/
+6
*
Work on option parsing as prelude to image loading
Brian Carlstrom
2011-08-16
1
-1
/
+1
*
First pass of ImageWriter
Brian Carlstrom
2011-08-15
1
-5
/
+1
[next]