You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A compiler optimisation tool for C programs that demonstrates dead code elimination through a complete compilation pipeline. The system performs lexical analysis, parses source code into an AST, generates Three-Address Code (3AC), applies multi-pass dead code elimination, and reconstructs optimised C-like output.