Experimental Global Optimiser for 3 Address Code
Again another project which dates back to my Advanced compiler course in SBU and IUST. This one reads the output of my sample compiler and detect unreachable code blocks and unused variables.
Source code available at http://github.com/abbaspour/gopt
Leave a Comment