ThesaHelp: references i-l
ThesaHelp: ACM references f-l
Topic: compressed code
Topic: interpreter
Topic: execution profile
Topic: program statistics
| |
Reference
Lucco, S.,
"Split-stream dictionary program compression",
Proceedings of the ACM SIGPLAN '00 Conference on Programming Language Design and Implementation (PLDI), Vancouver, BC, Canada, June 2000, ACM SIGPLAN, pp. 27-34.
Google
Quotations
abstract ;;Quote: split-stream dictionary compression compresses code to half size with fast decompression; only 27% overhead for JIT translation
| 28 ;;Quote: compression is interpretable if can decompress basic blocks
| 29 ;;Quote: SSD includes an input-specific dictionary; better than BRISC if at least 30KByte
| 29+;;Quote: large program frequently reuse small sequences of instructions
| 30 ;;Quote: split-stream dictionary compression constructs a dictionary with each instruction and each repeated, 2-4 instruction sequence
|
Related Topics
ThesaHelp: references i-l (342 items)
ThesaHelp: ACM references f-l (241 items)
Topic: compressed code (17 items)
Topic: interpreter (59 items)
Topic: execution profile (42 items)
Topic: program statistics (27 items)
|