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
c1838d423b3fd13ed2d06754ca047f8fb1cfbc62
kotlin-fork
/
js
/
js.translator
/
testData
/
js-optimizer
T
History
Alexey Andreev
c1838d423b
JS: transfer all empty statement simplifications RedundantLabelRemoval to EmptyStatementElimination, so that empty statements can be eliminated everywhere, not in labeled blocks only.
2017-01-24 12:26:21 +03:00
..
dead-code-elimination
JS: improve dead code elimination to handle switch case bodies
2016-11-16 19:29:35 +03:00
do-while-guard-elimination
JS: fix compiler crash when optimizing JS AST with empty do..while statement. See KT-15513
2017-01-12 18:12:37 +03:00
empty-statement-elimination
JS: transfer all empty statement simplifications RedundantLabelRemoval to EmptyStatementElimination, so that empty statements can be eliminated everywhere, not in labeled blocks only.
2017-01-24 12:26:21 +03:00
if-reduction
Adds test infrastructure for JS optimizer. Adds simple tests
2016-04-05 14:40:24 +03:00
redundant-statement-elimination
JS: fix translation of reassignment of inline properties. See KT-15590
2017-01-12 18:12:38 +03:00
temporary-assignment
JS: add tests for support of 'for' statement in TemporaryAssignmentElimination
2016-07-18 19:26:49 +03:00
temporary-variable
JS: improve temporary variable elimination in some cases. Apply redundant statement elimination when statement in not synthetic, but its expression is
2016-12-22 17:19:23 +03:00
while-condition-folding
KT-12275 Add JS optimization that transforms the following code
2016-07-25 18:46:46 +03:00