Skip to content
#

dead-code-elimination

Here are 35 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 Jul 19, 2026
  • Python

A Gradle plugin for auditing Kotlin Multiplatform iOS export surfaces and measuring linked binary size. Finds Objective-C declarations for review and groups linked Kotlin symbols in your iOS app.

  • Updated Sep 5, 2026
  • Kotlin

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

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