Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[compiler-v2][decompiler] Pulling fat-loop algorithm out of the prover
The prover actually has a full-fledged loop analysis for stackless bytecode for loop invariant instrumentation and unrolling. This loop analysis is a major part of the logic for decompilation. This PR pulls out this functionality in a new general purpose module, `fat_loop`. Its mostly a refactoring of existing code.
- Loading branch information