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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid an unnecessary ComputeModifiedUtf8Hash().
Vladimir Marko
2021-02-08
1
-5
/
+10
*
Rewrite intern table construction in ImageWriter.
Vladimir Marko
2021-01-28
1
-9
/
+1
*
Deduplicate interned image strings.
Vladimir Marko
2020-03-31
1
-3
/
+0
*
GC-independent image layout.
Vladimir Marko
2019-06-27
1
-0
/
+4
*
Do not force-intern Strings in images.
Vladimir Marko
2019-06-12
1
-0
/
+3
*
Smarter set intersection between app image and non boot image strings
Mathieu Chartier
2018-11-02
1
-0
/
+4
*
Track what intern tables are from boot images
Mathieu Chartier
2018-11-01
1
-4
/
+38
*
Hold intern table lock for AddImageStringsToTable
Mathieu Chartier
2018-10-31
1
-4
/
+4
*
Add extra handling for loading intern tables
Mathieu Chartier
2018-10-15
1
-60
/
+68
*
Revert^2 "Load boot image at a random address."
Vladimir Marko
2018-09-28
1
-3
/
+6
*
Revert "Load boot image at a random address."
Vladimir Marko
2018-09-27
1
-6
/
+3
*
Load boot image at a random address.
Vladimir Marko
2018-09-26
1
-3
/
+6
*
Move .art.rel data to a section in .art, part 1.
Vladimir Marko
2018-07-19
1
-1
/
+3
*
Merge "Retrieve String/Class references from .data.bimg.rel.ro."
Vladimir Marko
2018-03-09
1
-2
/
+0
|
\
|
*
Retrieve String/Class references from .data.bimg.rel.ro.
Vladimir Marko
2018-03-08
1
-2
/
+0
*
|
Move most of runtime/base to libartbase/base
David Sehr
2018-03-05
1
-1
/
+1
|
/
*
Refactor linker files from compiler/ to dex2oat/.
Vladimir Marko
2017-09-20
1
-2
/
+6
*
Use mmapped boot image intern table for PIC app HLoadString.
Vladimir Marko
2017-09-07
1
-0
/
+2
*
ART: Include cleanup
Andreas Gampe
2017-07-24
1
-1
/
+1
*
ART: More header cleanups
Andreas Gampe
2017-06-05
1
-1
/
+2
*
Fix incorrect string hash value extension during cross-compilation.
Alexey Grebenkin
2016-12-20
1
-1
/
+8
*
Merge "Make empty checkpoint work while weak ref access is disabled."
Hiroshi Yamauchi
2016-11-11
1
-1
/
+1
|
\
|
*
Make empty checkpoint work while weak ref access is disabled.
Hiroshi Yamauchi
2016-11-09
1
-1
/
+1
*
|
Move intern table to ObjPtr
Mathieu Chartier
2016-10-31
1
-24
/
+25
|
/
*
Do not write empty class table and intern table to image.
Vladimir Marko
2016-10-14
1
-3
/
+0
*
ART: SHARED_REQUIRES to REQUIRES_SHARED
Andreas Gampe
2016-08-30
1
-39
/
+39
*
Optimizing: Improve const-string code generation.
Vladimir Marko
2016-03-29
1
-0
/
+26
*
Revert "Revert "Load app images""
Mathieu Chartier
2016-01-25
1
-2
/
+14
*
Revert "Load app images"
Nicolas Geoffray
2016-01-23
1
-14
/
+2
*
Load app images
Mathieu Chartier
2016-01-22
1
-2
/
+14
*
Fix various typos in ART's comments and string literals.
Roland Levillain
2016-01-19
1
-1
/
+1
*
Address some intern table comments
Mathieu Chartier
2016-01-06
1
-6
/
+5
*
Re-enable adding intern table to image
Mathieu Chartier
2016-01-06
1
-23
/
+21
*
Change hash table load factors
Mathieu Chartier
2015-10-16
1
-0
/
+1
*
Some fixes for the CC collector.
Hiroshi Yamauchi
2015-09-03
1
-4
/
+0
*
Address some comments and clean up
Mathieu Chartier
2015-08-04
1
-3
/
+7
*
Add some more uninterruptible annotations
Mathieu Chartier
2015-07-23
1
-43
/
+34
*
Move to newer clang annotations
Mathieu Chartier
2015-07-22
1
-74
/
+70
*
Change intern table to not use WaitHoldingLocks
Mathieu Chartier
2015-07-17
1
-7
/
+27
*
Clean up GC callbacks to be virtual methods
Mathieu Chartier
2015-07-14
1
-3
/
+3
*
Thread-local mark stacks for the CC collector.
Hiroshi Yamauchi
2015-07-13
1
-0
/
+1
*
Move image intern table into image
Mathieu Chartier
2015-06-11
1
-0
/
+28
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-1
/
+1
*
Refactor and improve GC root handling
Mathieu Chartier
2015-04-06
1
-2
/
+2
*
More of the concurrent copying collector.
Hiroshi Yamauchi
2015-01-23
1
-1
/
+2
*
Add hash set
Mathieu Chartier
2014-11-06
1
-7
/
+16
*
Add image strings to intern table
Mathieu Chartier
2014-11-03
1
-12
/
+70
*
Change intern table to unordered set.
Mathieu Chartier
2014-09-02
1
-16
/
+22
*
Add native memory accounting through custom allocator.
Mathieu Chartier
2014-08-29
1
-1
/
+3
*
Add GcRoot to clean up and enforce read barriers.
Hiroshi Yamauchi
2014-07-29
1
-4
/
+7
[next]