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
47cb0cde01bfe920f54522ea9c2b56065985a93d
kotlin-fork
/
js
/
js.translator
/
testData
/
js-optimizer
T
History
Alexey Andreev
47cb0cde01
JS/Inlining: in temporary variable elimination improve moving of some expressions which are provably pure
2016-06-07 11:54:01 +03:00
..
if-reduction
Adds test infrastructure for JS optimizer. Adds simple tests
2016-04-05 14:40:24 +03:00
ineffective-statement-elimination
JS/Inlining: introduce removal of expression statements without side effects
2016-06-07 11:52:57 +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: in temporary variable elimination improve moving of some expressions which are provably pure
2016-06-07 11:54:01 +03:00