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_test.cc
Age
Commit message (
Expand
)
Author
2018-06-07
Remove unused GetDexRegisterMap arguments.
David Srbecky
2018-06-07
Delta-compress register maps in stack maps.
David Srbecky
2018-06-05
Remove depth argument from InlineInfo accessors in stack maps.
David Srbecky
2018-06-01
Rewrite dex register map encoding in stackmaps.
David Srbecky
2018-05-30
Ensure all PCs in stack_map_test are aligned.
David Srbecky
2018-05-30
Simplify DexRegisterMap API.
David Srbecky
2018-05-30
Remove the CodeOffset helper class.
David Srbecky
2018-05-30
Revert^2 "Optimize register mask and stack mask in stack maps."
David Srbecky
2018-05-29
Revert "Optimize register mask and stack mask in stack maps."
Vladimir Marko
2018-05-28
Optimize register mask and stack mask in stack maps.
David Srbecky
2018-05-21
Rewrite stackmap encoding code.
David Srbecky
2018-04-04
Separate Malloc and MemMap ArenaPools
David Sehr
2017-11-02
ART: Make InstructionSet an enum class and add kLast.
Vladimir Marko
2017-10-17
Use ScopedArenaAllocator for code generation.
Vladimir Marko
2017-10-11
Use ScopedArenaAllocator for building HGraph.
Vladimir Marko
2017-03-16
Add method info to oat files
Mathieu Chartier
2017-02-15
Add invoke infos to stack maps
Mathieu Chartier
2017-02-13
Deduplicate register maps for both inline and normal stack maps
Mathieu Chartier
2017-02-08
Clean up code info table layout
Mathieu Chartier
2017-02-01
Deduplicate register masks
Mathieu Chartier
2017-01-31
Deduplicate stack masks
David Srbecky
2017-01-27
Remove alignment bits in between stack maps
Mathieu Chartier
2017-01-20
Compressed native PC for stack maps
Mathieu Chartier
2017-01-16
Put inlined ArtMethod pointer in stack maps.
Nicolas Geoffray
2016-04-01
Use bit-level packing for InlineInfo in stackmaps as well.
David Srbecky
2016-03-31
Pack stack map entries on bit level to save space.
David Srbecky
2016-01-08
Don't encode a DexRegisterMap if there is no live register.
Nicolas Geoffray
2015-10-23
Move ArenaBitVector into the runtime
Mathieu Chartier
2015-08-25
ART: Add (Fpu)RegHigh stack map location kinds
David Brazdil
2015-07-16
Improve documentation of memory layouts in stack_map.h.
Roland Levillain
2015-06-04
Cache stack map encoding
David Brazdil
2015-06-02
ART: Fast copy stack mask
David Brazdil
2015-05-21
Also encode the InvokeType in an InlineInfo.
Nicolas Geoffray
2015-05-18
Support InlineInfo in StackMap.
Nicolas Geoffray
2015-04-23
Cleanup and improve stack map stream
Calin Juravle
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-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-12
Compress the Dex register maps built by the optimizing compiler.
Roland Levillain
2015-03-05
Extend compiler/optimizing/stack_map_test.cc.
Roland Levillain
2015-02-19
Display optimizing compiler's CodeInfo objects in oatdump.
Roland Levillain
2014-09-08
Runtime support for the new stack maps for the opt compiler.
Nicolas Geoffray
2014-07-21
Add a new stack map scheme that encodes compilation info per pc.
Nicolas Geoffray