History log of /openjdk10/langtools/test/tools/javac/implicitCompile/SkipAttrFlowGenForImplicits.out
Revision Date Author Comments
# 2293:37cf13ea5cf9 13-Feb-2014 alundblad

8030714: The steps attribute, flow and desugar are unnecessary for implicit classes when compiling with -implicit:none
Summary: When compiling with -implicit:none, attribute, flow and desugar is skipped for better performance.
Reviewed-by: jfranck, jlahoda