dead-code-elimination
There are 18 repositories under dead-code-elimination topic.
hatashiro/incinerator
A PoC implementation of unused code elimination in runtime
SolidWorx/Burial
Bury your dead code
CTXz/STM8-DCE
SDCC STM8 Dead Code Elimination Tool
Lacuna-JDCE/Lacuna
Lacuna is a JavaScript dead code elimination framework written in Node.js
andreisilviudragnea/PythonDCE
Pycharm Plugin useful for detecting potentially dead code
buschtoens/ember-dead-code
Detect dead code with confidence via real user monitoring
Abhi24krishna/Program-Analysis-using-Ast2json
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.
Emik03/Absence.Fody
Removes unused private/internal types during compile-time.
polytypic/ramda-rollup-hack
Hack to modify Ramda in-place to support Rollup and UglifyJS2 for effective dead code elimination
razum2um/dead_code_terminator
❌ Remove dead conditional branches
0x2C6/deadlyzer
Parse AST, compere constants, clean
Abhi24krishna/Semantic-Code-Clone-Detection
Detecting semantically equivalent code clone pairs in two or more code fragments.
dev-vivekkumarverma/Tree-Shaking-and-Dead-Code-Eliminator-using-AST
Tree-shacking and Dead-code elimination using Abstract Syntax Tree (AST) in python.
sdasgup3/non-separable-global-dataflow-framework
Extend GCC's GDFA Architecture to Non-separable Framwork
supermarioknight/Tree-Shaking-Default-Params
Testing dead-code elimination of unused default parameters in all known JS bundlers
ntu-homeworks/compiler-homeworks
Dead Code Elimination & Common Subexpression Elimination. This is the first two homeworks of Advanced Compiler (17' Spring) instructed by Prof. Wei-Chung Hsu.
bitjson/shake-default-params
Testing dead-code elimination of unused default parameters in all known JS bundlers
l33t-c0d3r-66/Dead-Code-Eliminator
A simple static JS Code analyzer