Results 3 issues of fennecJ

While reviewing `ssa.c`, I came across the comment: ```c /* TODO: simplify with def-use chain */ ``` It made me wonder if the `compiler` already has a proper implementation of...

As noted in #151 , the current test suite only accepts tests where the final result is between 0 and 255 (a byte). This restriction makes it difficult to perform...

After the DU-chain implemented in #156 is built during the compilation process, it’s important to properly release any allocated memory once the chain is no longer needed. This prevents potential...