index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
intern_table.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move image intern table into image
Mathieu Chartier
2015-06-11
1
-17
/
+63
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
1
-0
/
+1
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-1
/
+1
*
Improve performance of HashSet
nikolay serdjuk
2015-04-21
1
-5
/
+5
*
Fix CC root visiting bug
Mathieu Chartier
2015-04-07
1
-1
/
+2
*
Refactor and improve GC root handling
Mathieu Chartier
2015-04-06
1
-6
/
+7
*
More of the concurrent copying collector.
Hiroshi Yamauchi
2015-01-23
1
-0
/
+8
*
Print more info in MarkSweep::VerifyRoot
Mathieu Chartier
2015-01-15
1
-3
/
+3
*
Don't call AddImageStringsToTable or MoveImageClassesToClassTable if running ...
Mathieu Chartier
2014-11-17
1
-0
/
+1
*
Add hash set
Mathieu Chartier
2014-11-06
1
-73
/
+46
*
ART: More warnings
Andreas Gampe
2014-11-04
1
-3
/
+3
*
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-11-03
1
-1
/
+2
*
Add image strings to intern table
Mathieu Chartier
2014-11-03
1
-53
/
+116
*
Add missing read barriers to intern table.
Mathieu Chartier
2014-09-02
1
-6
/
+5
*
Change intern table to unordered set.
Mathieu Chartier
2014-09-02
1
-72
/
+78
*
Add GcRoot to clean up and enforce read barriers.
Hiroshi Yamauchi
2014-07-29
1
-28
/
+24
*
Add read barriers for the class and the intern tables.
Hiroshi Yamauchi
2014-06-13
1
-16
/
+20
*
Add read barriers to the weak roots in the intern table.
Hiroshi Yamauchi
2014-05-28
1
-15
/
+40
*
Fix InternTable::Lookup()/Remove() for hash code collisions.
Vladimir Marko
2014-05-22
1
-2
/
+4
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-1
/
+2
*
Compatibility layer to transition from UniquePtr to std::unique_ptr.
Ian Rogers
2014-05-15
1
-1
/
+1
*
Don't return null for null utf in AllocFromModifiedUtf8.
Mathieu Chartier
2014-03-21
1
-4
/
+4
*
Avoid marking old class linker and intern table roots during pause.
Mathieu Chartier
2014-03-04
1
-27
/
+44
*
Change root visitor to use Object**.
Mathieu Chartier
2014-02-18
1
-3
/
+2
*
Remove blacklist
Sebastien Hertz
2014-02-17
1
-21
/
+62
*
Add root types and thread id to root visiting.
Mathieu Chartier
2014-02-11
1
-9
/
+10
*
Compacting collector.
Mathieu Chartier
2013-11-11
1
-5
/
+3
*
resolved conflicts for merge of bb0140e0 to dalvik-dev
Mathieu Chartier
2013-09-20
1
-2
/
+22
|
\
|
*
Re-enable concurrent system weak sweeping.
Mathieu Chartier
2013-09-20
1
-2
/
+22
*
|
Merge "Refactor system weak sweeping, add support for modification." into dal...
Mathieu Chartier
2013-09-18
1
-3
/
+5
|
\
\
|
*
|
Refactor system weak sweeping, add support for modification.
Mathieu Chartier
2013-09-17
1
-3
/
+5
*
|
|
resolved conflicts for merge of 613eae4a to dalvik-dev
Mathieu Chartier
2013-09-17
1
-8
/
+11
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Fix race in root marking.
Mathieu Chartier
2013-09-17
1
-7
/
+9
*
|
Add support for changing roots through the root visitor callback.
Mathieu Chartier
2013-09-13
1
-4
/
+4
|
/
*
Don't scan image space when starting runtime.
Ian Rogers
2013-08-23
1
-26
/
+59
*
Fix up TODO: c++0x, update cpplint.
Mathieu Chartier
2013-08-16
1
-9
/
+6
*
Fix cpplint whitespace/comments issues
Brian Carlstrom
2013-07-26
1
-4
/
+4
*
Create separate Android.mk for main build targets
Brian Carlstrom
2013-07-12
1
-0
/
+180