From: Leandro Lucarella Date: Fri, 6 Aug 2010 02:46:55 +0000 (-0300) Subject: Revert "Skip non-scanneable words in chunks" X-Git-Url: https://git.llucax.com/software/dgc/cdgc.git/commitdiff_plain/27b5b707bcd280cd2cc4e2a2a5cc17eb4e06347a?ds=inline;hp=27b5b707bcd280cd2cc4e2a2a5cc17eb4e06347a Revert "Skip non-scanneable words in chunks" This reverts commit 5578146600d4ace17878e3b010aa09efdb202fb4, because doing so many extra tests proved to be a "pessimization" in practice. Avoiding the extra bit operations does help a little though, so that change is not reverted. ---