A PoC implementation of unused code elimination in runtime
-
Updated
Mar 19, 2020 - JavaScript
A PoC implementation of unused code elimination in runtime
Bury your dead code
Lacuna is a JavaScript dead code elimination framework written in Node.js
Detect dead code with confidence via real user monitoring
SDCC STM8 Dead Code Elimination Tool
Pycharm Plugin useful for detecting potentially dead code
Hack to modify Ramda in-place to support Rollup and UglifyJS2 for effective dead code elimination
❌ Remove dead conditional branches
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.
Removes unused private/internal types during compile-time.
Tree-shacking and Dead-code elimination using Abstract Syntax Tree (AST) in python.
Detecting semantically equivalent code clone pairs in two or more code fragments.
Parse AST, compere constants, clean
Extend GCC's GDFA Architecture to Non-separable Framwork
Testing dead-code elimination of unused default parameters in all known JS bundlers
Dead Code Elimination & Common Subexpression Elimination. This is the first two homeworks of Advanced Compiler (17' Spring) instructed by Prof. Wei-Chung Hsu.
Testing dead-code elimination of unused default parameters in all known JS bundlers
A simple static JS Code analyzer
Add a description, image, and links to the dead-code-elimination topic page so that developers can more easily learn about it.
To associate your repository with the dead-code-elimination topic, visit your repo's landing page and select "manage topics."