Closed daniel-levin closed 1 month ago
Hi there! I just wanted to say how much I appreciate the cleverness and simplicity of the debug fuel technique. Turning a program into a parametric family of programs and then using binary search to find the first one of interest is is ingenious.
It is great isn't it. I can't claim any credit for it though. Rustc has optimization fuel. Not sure if they were inspired in turn by something else.
Hi there! I just wanted to say how much I appreciate the cleverness and simplicity of the debug fuel technique. Turning a program into a parametric family of programs and then using binary search to find the first one of interest is is ingenious.