index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
intern_table.h
Age
Commit message (
Expand
)
Author
2024-06-20
Move some classes from `runtime/` to `dex2oat/`.
Vladimir Marko
2024-01-24
Add visibility attributes in runtime/i*
Dmitrii Ishcheikin
2023-10-17
Revert^2 "Update class-table and intern-table concurrently with uffd GC"
Lokesh Gidra
2023-10-17
Revert "Update class-table and intern-table concurrently with uffd GC"
Lokesh Gidra
2023-10-17
Update class-table and intern-table concurrently with uffd GC
Lokesh Gidra
2022-04-05
Do not repeatedly search frozen strong intern tables.
Vladimir Marko
2022-04-05
String hashing cleanup in `InternTable`.
Vladimir Marko
2022-03-21
Use correct min/max load factor in intern/class table.
Vladimir Marko
2022-02-24
Avoid Modified-UTF8 processing for ASCII strings.
Vladimir Marko
2022-02-17
Avoid unnecessary read barriers in `ImageWriter`.
Vladimir Marko
2022-01-26
Revert^2 "Reduce pauses for weak reference access"
Hans Boehm
2022-01-26
Revert "Reduce pauses for weak reference access"
Hans Boehm
2022-01-26
Reduce pauses for weak reference access
Hans Boehm
2021-02-08
Avoid an unnecessary ComputeModifiedUtf8Hash().
Vladimir Marko
2021-01-28
Rewrite intern table construction in ImageWriter.
Vladimir Marko
2020-03-31
Deduplicate interned image strings.
Vladimir Marko
2019-06-27
GC-independent image layout.
Vladimir Marko
2019-06-12
Do not force-intern Strings in images.
Vladimir Marko
2018-11-02
Smarter set intersection between app image and non boot image strings
Mathieu Chartier
2018-11-01
Track what intern tables are from boot images
Mathieu Chartier
2018-10-31
Hold intern table lock for AddImageStringsToTable
Mathieu Chartier
2018-10-15
Add extra handling for loading intern tables
Mathieu Chartier
2018-09-28
Revert^2 "Load boot image at a random address."
Vladimir Marko
2018-09-27
Revert "Load boot image at a random address."
Vladimir Marko
2018-09-26
Load boot image at a random address.
Vladimir Marko
2018-07-19
Move .art.rel data to a section in .art, part 1.
Vladimir Marko
2018-03-09
Merge "Retrieve String/Class references from .data.bimg.rel.ro."
Vladimir Marko
2018-03-08
Retrieve String/Class references from .data.bimg.rel.ro.
Vladimir Marko
2018-03-05
Move most of runtime/base to libartbase/base
David Sehr
2017-09-20
Refactor linker files from compiler/ to dex2oat/.
Vladimir Marko
2017-09-07
Use mmapped boot image intern table for PIC app HLoadString.
Vladimir Marko
2017-07-24
ART: Include cleanup
Andreas Gampe
2017-06-05
ART: More header cleanups
Andreas Gampe
2016-12-20
Fix incorrect string hash value extension during cross-compilation.
Alexey Grebenkin
2016-11-11
Merge "Make empty checkpoint work while weak ref access is disabled."
Hiroshi Yamauchi
2016-11-09
Make empty checkpoint work while weak ref access is disabled.
Hiroshi Yamauchi
2016-10-31
Move intern table to ObjPtr
Mathieu Chartier
2016-10-14
Do not write empty class table and intern table to image.
Vladimir Marko
2016-08-30
ART: SHARED_REQUIRES to REQUIRES_SHARED
Andreas Gampe
2016-03-29
Optimizing: Improve const-string code generation.
Vladimir Marko
2016-01-25
Revert "Revert "Load app images""
Mathieu Chartier
2016-01-23
Revert "Load app images"
Nicolas Geoffray
2016-01-22
Load app images
Mathieu Chartier
2016-01-19
Fix various typos in ART's comments and string literals.
Roland Levillain
2016-01-06
Address some intern table comments
Mathieu Chartier
2016-01-06
Re-enable adding intern table to image
Mathieu Chartier
2015-10-16
Change hash table load factors
Mathieu Chartier
2015-09-03
Some fixes for the CC collector.
Hiroshi Yamauchi
2015-08-04
Address some comments and clean up
Mathieu Chartier
2015-07-23
Add some more uninterruptible annotations
Mathieu Chartier
[next]