On Fri, Feb 08, 2013 at 12:47:20PM +0000, Dimitris Papastamos wrote: > Optimize this so that we can better guess where to start scanning > from. We know the length of the register field format, therefore > given the file pointer position align to the nearest register > field and scan from there onwards. We round down in this calculation > and we let the rest of the code figure out where to start scanning > from. Applied, thanks.