index
:
art.git
kitkat
q10.0
s12.0
s12.1
art
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
intern_table.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make some hash/equals operators inline.
Vladimir Marko
2021-03-04
1
-49
/
+3
*
Avoid an unnecessary ComputeModifiedUtf8Hash().
Vladimir Marko
2021-02-08
1
-5
/
+5
*
Rewrite intern table construction in ImageWriter.
Vladimir Marko
2021-01-28
1
-24
/
+0
*
GC-independent image layout.
Vladimir Marko
2019-06-27
1
-0
/
+5
*
Do not force-intern Strings in images.
Vladimir Marko
2019-06-12
1
-0
/
+10
*
Track what intern tables are from boot images
Mathieu Chartier
2018-11-01
1
-25
/
+25
*
ART: Do some include-what-you-use
Andreas Gampe
2018-10-29
1
-0
/
+1
*
Add extra handling for loading intern tables
Mathieu Chartier
2018-10-15
1
-40
/
+0
*
Use HashSet<std::string> instead of unordered_set<>.
Vladimir Marko
2018-06-21
1
-9
/
+9
*
Make duplicate intern string check be debug only
Mathieu Chartier
2018-02-22
1
-1
/
+1
*
Revert "Revert "Make libdexfile build independent of runtime dir""
David Sehr
2018-01-31
1
-1
/
+1
*
Revert "Make libdexfile build independent of runtime dir"
David Sehr
2018-01-30
1
-1
/
+1
*
Make libdexfile build independent of runtime dir
David Sehr
2018-01-30
1
-1
/
+1
*
Clean up ImageHeader section getters.
Vladimir Marko
2017-09-05
1
-1
/
+1
*
ART: Include cleanup
Andreas Gampe
2017-07-24
1
-2
/
+2
*
ART: Small class-inl.h cleanup
Andreas Gampe
2017-06-05
1
-0
/
+1
*
ART: More header cleanups
Andreas Gampe
2017-06-05
1
-0
/
+1
*
Fix incorrect string hash value extension during cross-compilation.
Alexey Grebenkin
2016-12-20
1
-1
/
+3
*
Merge "Make empty checkpoint work while weak ref access is disabled."
Hiroshi Yamauchi
2016-11-11
1
-1
/
+0
|
\
|
*
Make empty checkpoint work while weak ref access is disabled.
Hiroshi Yamauchi
2016-11-09
1
-1
/
+0
*
|
Fix spin waiting for weak ref access in the intern table for CC.
Hiroshi Yamauchi
2016-11-03
1
-1
/
+2
*
|
Move intern table to ObjPtr
Mathieu Chartier
2016-10-31
1
-32
/
+37
|
/
*
Do not write empty class table and intern table to image.
Vladimir Marko
2016-10-14
1
-58
/
+1
*
Try to avoid allocation when interning strings.
Vladimir Marko
2016-09-06
1
-1
/
+7
*
creating workflow for mirror::String compression
jessicahandojo
2016-08-23
1
-2
/
+17
*
Change hash set to use noexcept
Mathieu Chartier
2016-04-06
1
-1
/
+5
*
Optimizing: Improve const-string code generation.
Vladimir Marko
2016-03-29
1
-0
/
+36
*
Remove GetImageRoots read barrier for image relocation
Mathieu Chartier
2016-01-26
1
-0
/
+1
*
Revert "Revert "Load app images""
Mathieu Chartier
2016-01-25
1
-8
/
+17
*
Revert "Load app images"
Nicolas Geoffray
2016-01-23
1
-17
/
+8
*
Load app images
Mathieu Chartier
2016-01-22
1
-8
/
+17
*
Address some intern table comments
Mathieu Chartier
2016-01-06
1
-23
/
+25
*
Re-enable adding intern table to image
Mathieu Chartier
2016-01-06
1
-90
/
+100
*
Dex2oat support for multiple oat file and image file outputs.
Jeff Hao
2015-12-23
1
-15
/
+18
*
Image space cleanup for app images
Mathieu Chartier
2015-11-11
1
-1
/
+1
*
Change hash table load factors
Mathieu Chartier
2015-10-16
1
-0
/
+8
*
Merge "ART: Move DexCache arrays to native."
Vladimir Marko
2015-09-04
1
-3
/
+2
|
\
|
*
ART: Move DexCache arrays to native.
Vladimir Marko
2015-09-03
1
-3
/
+2
*
|
Add ScopedThreadSuspension
Mathieu Chartier
2015-09-03
1
-6
/
+6
*
|
Some fixes for the CC collector.
Hiroshi Yamauchi
2015-09-03
1
-7
/
+1
|
/
*
Address some comments and clean up
Mathieu Chartier
2015-08-04
1
-10
/
+18
*
Change intern table to not use WaitHoldingLocks
Mathieu Chartier
2015-07-17
1
-31
/
+64
*
Clean up GC callbacks to be virtual methods
Mathieu Chartier
2015-07-14
1
-7
/
+8
*
Thread-local mark stacks for the CC collector.
Hiroshi Yamauchi
2015-07-13
1
-1
/
+9
*
Move image intern table into image
Mathieu Chartier
2015-06-11
1
-17
/
+63
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-05-29
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
[next]