Skip to content
#

dead-code-elimination

Here are 24 public repositories matching this topic...

Conservative multi-language dead-code elimination with tree-sitter: feature flag cleanup, constant folding, branch cleanup, method pruning, and dynamic-entry protection.

  • Updated Jun 29, 2026
  • Python

This project is used to extract some basic assignment statements, loop conditions from the given python program. Using static control flow analysis, the project can be used to create a control flow graph. Using Reaching definition and live variable analysis, one can eliminate dead code from the program.

  • Updated Aug 21, 2021
  • Python

Improve this page

Add a description, image, and links to the dead-code-elimination topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dead-code-elimination topic, visit your repo's landing page and select "manage topics."

Learn more