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.cc
Age
Commit message (
Expand
)
Author
2019-07-15
ART: Introduce stackmap with no DexRegInfo.
Artem Serov
2019-06-30
Stack maps: Refactor constructors.
David Srbecky
2019-06-20
Revert^2 "Stack maps: Interleave consecutive varints."
David Srbecky
2019-06-20
Revert "Stack maps: Interleave consecutive varints."
Raylin Hsu
2019-06-19
Stack maps: Interleave consecutive varints.
David Srbecky
2019-06-18
Stack maps: Handle special cases using flags.
David Srbecky
2019-05-26
Optimize stack maps: add fast path for no inline info.
David Srbecky
2019-05-25
Optimize stack map decoding.
David Srbecky
2019-03-06
Revert "Revert^2 "Add code size to CodeInfo""
Nicolas Geoffray
2019-03-05
Revert "Don't pack code size in CodeInfo."
Nicolas Geoffray
2019-02-27
Don't pack code size in CodeInfo.
David Srbecky
2019-02-14
Revert^2 "Add code size to CodeInfo"
David Srbecky
2019-02-12
Revert "Add code size to CodeInfo"
David Srbecky
2019-02-11
Add code size to CodeInfo
David Srbecky
2018-08-10
Move varint encoding/decoding to BitMemoryReader/Writer.
David Srbecky
2018-08-03
Add stack map fast path for GC.
David Srbecky
2018-08-03
Simplify StackMapStream encoding.
David Srbecky
2018-08-02
Encode frame info using varints.
David Srbecky
2018-08-01
Move MethodInfo to CodeInfo.
David Srbecky
2018-08-01
Deduplicate stackmaps at BitTable level.
David Srbecky
2018-07-26
Decode only the needed tables from CodeInfo.
David Srbecky
2018-07-19
Remove ArtMethod's declaring class state checks.
Vladimir Marko
2018-07-13
Remove unused InvokeInfo from stack maps and the runtime.
David Srbecky
2018-07-04
Use iterators to access stack map data.
David Srbecky
2018-06-27
Remove explicit size from CodeInfo.
David Srbecky
2018-06-26
Add method frame info to CodeInfo.
David Srbecky
2018-06-22
Implement BitMemory{Reader,Writer}
David Srbecky
2018-06-21
Binary search stack maps by native pc.
David Srbecky
2018-06-14
Template BitTable based on the accessors.
David Srbecky
2018-06-14
Merge "Move some helper methods to DexRegisterLocation."
David Srbecky
2018-06-14
Remove POD helper classes for BitTableBuilder.
David Srbecky
2018-06-14
Move some helper methods to DexRegisterLocation.
David Srbecky
2018-06-13
Add Kind column to stack maps.
David Srbecky
2018-06-07
Delta-compress register maps in stack maps.
David Srbecky
2018-06-06
Reduce code repetition in stack maps with macros.
David Srbecky
2018-06-05
Remove depth argument from InlineInfo accessors in stack maps.
David Srbecky
2018-06-03
De-duplicate inline info in stack maps.
David Srbecky
2018-06-01
Rewrite stackmap verification code.
David Srbecky
2018-06-01
Rewrite dex register map encoding in stackmaps.
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-25
Change the BitTableBuilder API to be POD based.
David Srbecky
2018-05-21
Rewrite stackmap encoding code.
David Srbecky
2018-05-21
Move and rewrite bit loading/storing methods.
David Srbecky
2018-01-05
Create dex subdirectory
David Sehr
2017-11-15
Use intrinsic codegen for compiling intrinsic methods.
Vladimir Marko
2017-10-17
Use ScopedArenaAllocator for code generation.
Vladimir Marko
[next]