You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
valYoutline=BooleanSetting ("-Youtline", "Don't compile method bodies. Use together with `-Ystop-afer:pickler to generate the pickled signatures for all source files.").internalOnly()
247
+
valYcacheNameTable=BooleanSetting ("-Ycache-name-table", "Share a single name table for concurrently running instances of the compiler")
247
248
248
249
valexposeEmptyPackage=BooleanSetting ("-Yexpose-empty-package", "Internal only: expose the empty package.").internalOnly()
249
250
valYdelambdafy=ChoiceSetting ("-Ydelambdafy", "strategy", "Strategy used for translating lambdas into JVM code.", List("inline", "method"), "method")
0 commit comments