ssa-form
v1.0.2
Published
Creates an flow graph in SSA form based on an initial CFG. It can also apply data flow functions and will generate a live out set for each block as default for pruned SSA.
Downloads
96
Maintainers
Readme
ssa-form
Creates an flow graph in SSA form based on an initial CFG. It can also apply data flow functions and will generate a live out set for each block as default for pruned SSA.
WARNING: Work in progress, not ready to be used yet.
Install
npm i ssa-form
Usage
const
ssa = require( 'ssa-form' );
ssa() // true
License
MIT © Julian Jensen