circuitous icon indicating copy to clipboard operation
circuitous copied to clipboard

Add code that diffs sub-trees for specified nodes

Open sabastiaan opened this issue 2 years ago • 0 comments

If we can diff sub-trees for specific nodes than we can verify two properties:

  • We can easily implement #220 as each DecoderResult sub-tree should be unique
  • We can merge VerifyInstruction nodes which only differ by DecoderResult checks as per #229

More-over, this would also allow for easier debugging and viewing of circuits. Especially if we could color code the dot files based on the diff.

sabastiaan avatar May 23 '22 15:05 sabastiaan