oxc icon indicating copy to clipboard operation
oxc copied to clipboard

☂️ Minifier

Open Boshen opened this issue 2 years ago • 0 comments

https://github.com/google/closure-compiler/tree/master/src/com/google/javascript/jscomp

The following incomplete list is extracted from https://github.com/google/closure-compiler/blob/master/src/com/google/javascript/jscomp/DefaultPassConfig.java

Optimizations:

Inlines

  • [ ] InlineAndCollapseProperties
  • [ ] InlineCostEstimator
  • [ ] InlineFunctions
  • [ ] InlineObjectLiterals
  • [ ] InlineProperties
  • [ ] InlineSimpleMethods
  • [ ] InlineVariables

Features

  • RunInFixedPointLoop (.setRunInFixedPointLoop(true))

See corresponding tests, e.g. https://github.com/google/closure-compiler/blob/master/test/com/google/javascript/jscomp/PeepholeIntegrationTest.java

Boshen avatar May 20 '23 16:05 Boshen