Comment on DSL processing in ScalaparentComments−incepted11yThese tunings are for the runtime, what compiler settings are you referring to?−desdiv11y1. Optimizing JVM parameters can speed up Scala programs.2. The Scala compiler is itself a Scala program.1 + 2 => Optimizing JVM parameters can speed up the Scala compiler.
Comments
These tunings are for the runtime, what compiler settings are you referring to?
1. Optimizing JVM parameters can speed up Scala programs.
2. The Scala compiler is itself a Scala program.
1 + 2 => Optimizing JVM parameters can speed up the Scala compiler.