This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
551ed28d84c588048c0a6f32e78f2f77e79c180f
kotlin-fork
/
js
/
js.translator
/
testData
/
js-optimizer
T
History
Alexey Andreev
551ed28d84
JS/Inlining: introduce removal of unused variables
2016-06-07 11:52:56 +03:00
..
if-reduction
Adds test infrastructure for JS optimizer. Adds simple tests
2016-04-05 14:40:24 +03:00
temporary-assignment
JS/Inlining: fix bug in temporary assignment elimination which causes excess removal of assignment statement. When there is a set of temporary variables that receive same value in different execution branches, remove them carefully so that at least one (and, preferably, at most) remains in each branch.
2016-06-07 11:52:55 +03:00
temporary-variable
JS/Inlining: introduce removal of unused variables
2016-06-07 11:52:56 +03:00