Lacuna is a JavaScript dead code elimination framework written in Node.js
-
Updated
Jul 13, 2017 - JavaScript
Lacuna is a JavaScript dead code elimination framework written in Node.js
A PoC implementation of unused code elimination in runtime
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.
Dead Code Elimination & Common Subexpression Elimination. This is the first two homeworks of Advanced Compiler (17' Spring) instructed by Prof. Wei-Chung Hsu.
Hack to modify Ramda in-place to support Rollup and UglifyJS2 for effective dead code elimination
Testing dead-code elimination of unused default parameters in all known JS bundlers
Extend GCC's GDFA Architecture to Non-separable Framwork
Bury your dead code
Detect dead code with confidence via real user monitoring
Testing dead-code elimination of unused default parameters in all known JS bundlers
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.
❌ Remove dead conditional branches
Removes unused private/internal types during compile-time.
SDCC STM8 Dead Code Elimination Tool
A simple static JS Code analyzer
Parse AST, compere constants, clean
Pycharm Plugin useful for detecting potentially dead code
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."