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
22ff7c6c459074ab54960fdf7b494a8b2c231f09
kotlin-fork
/
js
/
js.translator
/
testData
/
js-optimizer
T
History
Alexey Andreev
be196789d2
JS: fix bug in temporary variable elimination
2016-11-23 12:19:03 +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
KT-12275 Add JS optimization that transforms the following code
2016-07-25 18:32:10 +03:00
if-reduction
Adds test infrastructure for JS optimizer. Adds simple tests
2016-04-05 14:40:24 +03:00
redundant-label-removal
JS: when both clauses of
if
become empty during optimization, remove
if
entirely. Make condition and
then
clause of JsIf non-nullable. Fix #KT-13912
2016-11-17 12:20:37 +03:00
redundant-statement-elimination
JS/Inlining: rename IneffectiveStatementElimination to RedundantStatementElimination
2016-06-07 11:54:45 +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: fix bug in temporary variable elimination
2016-11-23 12:19:03 +03:00
while-condition-folding
KT-12275 Add JS optimization that transforms the following code
2016-07-25 18:46:46 +03:00