First page Back Continue Last page Overview Graphics
Cute Hack #2
When we log a hit, we log all the bytes it refers to, traced or not, in the order the interpreter requests them.
When we query a hit, we re-evaluate the expression, handing out the next block of bytes as the interpreter requests them.
The two interpreters are in sync, so they ask for the same blocks.