commit | b7dfbbcdaaae5267259e2272b1cdfde6daad44a0 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Wed Jan 31 00:01:06 2018 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Wed Jan 31 00:01:06 2018 +0100 |
tree | b5b5eb2808e08e4730c944e3407fb3100cae4f82 | |
parent | d7500f856d856716fd228935bb5e84c897c9daa8 [diff] |
gzip: speed up send_bits() Replace one RMW op with store. This speeds up gzip of a png file by ~2%. function old new delta send_bits 62 66 +4 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>