index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
stack_map_stream.h
Age
Commit message (
Expand
)
Author
2015-04-23
Cleanup and improve stack map stream
Calin Juravle
2015-04-23
Move stack map stream implementation to its own cc file.
Calin Juravle
2015-04-17
Fix undefined behavior in hash calculation.
Dan Albert
2015-03-31
Use variable encoding for StackMap.
Nicolas Geoffray
2015-03-31
Use unique location catalogs to encode Dex register maps.
Roland Levillain
2015-03-25
Share dex register maps between stack maps when possible.
Calin Juravle
2015-03-20
Compress the StackMaps.
Nicolas Geoffray
2015-03-18
StackMap: Always load and store unalign.
Nicolas Geoffray
2015-03-16
Update locations of registers after slow paths spilling.
Nicolas Geoffray
2015-03-13
[optimizing] Don't record None locations in the stack maps.
Nicolas Geoffray
2015-03-13
Align CodeInfo regions instead of their inner subregions.
Roland Levillain
2015-03-13
Fix the computation of the size of the stack maps region.
Roland Levillain
2015-03-12
Force word alignment of Dex register maps.
Roland Levillain
2015-03-12
Compress the Dex register maps built by the optimizing compiler.
Roland Levillain
2015-02-19
Display optimizing compiler's CodeInfo objects in oatdump.
Roland Levillain
2014-12-09
Ensure stack maps are 4 byte aligned.
Nicolas Geoffray
2014-11-04
ART: More warnings
Andreas Gampe
2014-10-09
Tidy ELF builder.
Ian Rogers
2014-09-08
Runtime support for the new stack maps for the opt compiler.
Nicolas Geoffray
2014-07-28
ART: Fix missing initialization in stack_map_stream.h
Andreas Gampe
2014-07-21
Add a new stack map scheme that encodes compilation info per pc.
Nicolas Geoffray