From: Keith Packard Date: Tue, 18 May 2021 05:38:14 +0000 (-0700) Subject: altos: Simplify discovery of log end position X-Git-Tag: 1.9.7~1^2~7^2~2 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;ds=sidebyside;h=565778b66e59069fc6a6d6518f28354eae954dc1;hp=565778b66e59069fc6a6d6518f28354eae954dc1;p=fw%2Faltos altos: Simplify discovery of log end position Binary search using log block indices rather than byte positions. This makes the code much easier to understand as there isn't a mystic modulus. Signed-off-by: Keith Packard ---