File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
compiler/src/dotty/tools/dotc Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ class Compiler {
106106 List (new ElimErasedValueType , // Expand erased value types to their underlying implmementation types
107107 new PureStats , // Remove pure stats from blocks
108108 new VCElideAllocations , // Peep-hole optimization to eliminate unnecessary value class allocations
109- new EtaReduce ,
109+ new EtaReduce , // Reduce eta expansions of pure paths to the underlying function reference
110110 new ArrayApply , // Optimize `scala.Array.apply([....])` and `scala.Array.apply(..., [....])` into `[...]`
111111 new sjs.AddLocalJSFakeNews , // Adds fake new invocations to local JS classes in calls to `createLocalJSClass`
112112 new ElimPolyFunction , // Rewrite PolyFunction subclasses to FunctionN subclasses
You can’t perform that action at this time.
0 commit comments