index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mark_sweep.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove more lint, mostly C-style casts.
Elliott Hughes
2012-03-26
1
-5
/
+6
*
Fix cpplint's whitespace complaints.
Elliott Hughes
2012-03-26
1
-2
/
+2
*
Refactor the compilers out of libart.
Elliott Hughes
2012-03-09
1
-32
/
+43
*
Remove pad word from arrays
Ian Rogers
2012-02-28
1
-2
/
+3
*
Fix copyright headers.
Elliott Hughes
2012-01-30
1
-1
/
+15
*
Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like na...
Ian Rogers
2012-01-26
1
-24
/
+28
*
Clean up verbose logging.
Elliott Hughes
2011-12-13
1
-3
/
+1
*
Fail in the right place when we cannot allocate a mark stack.
Jesse Wilson
2011-11-22
1
-7
/
+1
*
Mark non-image spaces and use write barrier for image spaces.
Ian Rogers
2011-11-02
1
-17
/
+161
*
Make it easier to run an optimized build, turn the GC timings back on, and re...
Elliott Hughes
2011-10-31
1
-7
/
+15
*
Make ResolveField not rely on Field::GetType resolution
Brian Carlstrom
2011-10-25
1
-1
/
+3
*
Reuse SIRT for C++ references
Brian Carlstrom
2011-10-20
1
-22
/
+1
*
Some low-hanging GC performance fruit.
Elliott Hughes
2011-10-19
1
-9
/
+9
*
Fix cpplint's whitespace warnings.
Elliott Hughes
2011-10-17
1
-2
/
+2
*
Add back a line I accidentally deleted from the last change.
Elliott Hughes
2011-10-12
1
-0
/
+1
*
Add a C++ equivalent of Android's TimingLogger, and use it for the heap.
Elliott Hughes
2011-10-12
1
-4
/
+11
*
Fix Object::IsSoftReference
Brian Carlstrom
2011-10-12
1
-1
/
+1
*
Sweep the monitor list.
Elliott Hughes
2011-10-11
1
-17
/
+3
*
Inherit java.lang.ref-ness from superclasses.
Elliott Hughes
2011-10-10
1
-7
/
+5
*
Implement finalization.
Elliott Hughes
2011-10-05
1
-91
/
+17
*
oatdump
Brian Carlstrom
2011-09-16
1
-1
/
+1
*
Add locking to the heap.
Elliott Hughes
2011-09-08
1
-1
/
+1
*
Add suspend check & stub
buzbee
2011-09-08
1
-0
/
+2
*
Fix GarbageCollector to work with VERIFY_OBJECT_ENABLED
Brian Carlstrom
2011-09-08
1
-12
/
+12
*
Invoke <clinit> where necessary.
Elliott Hughes
2011-09-07
1
-4
/
+4
*
Use accessor methods for Object fields.
Ian Rogers
2011-09-02
1
-34
/
+37
*
Mark more roots.
Elliott Hughes
2011-09-01
1
-4
/
+33
*
Fully implement string interning.
Elliott Hughes
2011-09-01
1
-1
/
+4
*
Add HeapTest and make GC work enough to pass it
Brian Carlstrom
2011-08-31
1
-31
/
+44
*
Add compiler allocation paths Class::NewInstanceFromCode and Array::AllocFrom...
Brian Carlstrom
2011-08-28
1
-2
/
+2
*
Move static field storage to end of Class instance
Brian Carlstrom
2011-08-22
1
-30
/
+40
*
Work on heap and space initialization to support image loading
Brian Carlstrom
2011-08-18
1
-1
/
+1
*
Implement JNI NewBooleanArray et cetera.
Elliott Hughes
2011-08-15
1
-1
/
+1
*
First pass of ImageWriter
Brian Carlstrom
2011-08-15
1
-3
/
+1
*
Remove author attributions.
Carl Shapiro
2011-08-14
1
-1
/
+0
*
Use the UNIMPLEMENTED macro everywhere.
Elliott Hughes
2011-08-12
1
-4
/
+4
*
Combine InstanceField and StaticField and Field.
Jesse Wilson
2011-08-10
1
-1
/
+1
*
ClassLinker can now FindClass all libcore classes
Brian Carlstrom
2011-07-26
1
-1
/
+1
*
Add a collection implementation.
Carl Shapiro
2011-07-24
1
-11
/
+76
*
Move DexFiles to be allocated on the heap
Brian Carlstrom
2011-07-22
1
-6
/
+6
*
Add allocation and garbage collection infrastructure.
Carl Shapiro
2011-07-21
1
-0
/
+409