Experimental analyses for ReScript and OCaml: globally dead values/types, exception analysis, and termination analysis.
-
Updated
Sep 4, 2026 - OCaml
Experimental analyses for ReScript and OCaml: globally dead values/types, exception analysis, and termination analysis.
Pycharm Plugin useful for detecting potentially dead code
Deadcode elimination via running end-to-end tests.
This repo contains how to use webpack to make production ready build
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.
To associate your repository with the deadcodeelimination topic, visit your repo's landing page and select "manage topics."