DescriptionImplement tick events compression in a log file.
Two techniques are involved:
- compress repeated line ends (common stack beginnings) by using back references;
- do RLE compression of repeated tick events.
This gives only 5% size reduction on benchmarks run, but this is because tick events are only comprise 10% of file size. Under Chromium winnings are bigger because long repeated samples of idleness are now compressed into a single line.
Tickprocessor will be updated in the next patch.
Committed: http://code.google.com/p/v8/source/detail?r=2147
Patch Set 1 #
Total comments: 13
Messages
Total messages: 3 (0 generated)
|