Descriptionimage/jpeg: move the huffman bit decoder state higher up in the
decoder struct, inside the unmappedzero limit, to eliminate some
TESTB instructions in the inner decoding loop.
benchmark old ns/op new ns/op delta
BenchmarkDecode 2943204 2746360 -6.69%
Patch Set 1 #Patch Set 2 : diff -r 187194a52289 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 187194a52289 https://go.googlecode.com/hg/ #Patch Set 4 : diff -r 308dea0e3d68 https://go.googlecode.com/hg/ #MessagesTotal messages: 4
|