Skip to content

Commit 23e1875

Browse files
committed
Update experimental-backend.md
1 parent 3421241 commit 23e1875

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

experimental-backend.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,12 @@ In an SBT project, this can be achieved using the following settins:
5454

5555
An sbt project with these options can be found here: https://github.com/lrytz/experimental-backend-2.11/tree/master
5656

57+
[The Gist by @retronym](https://gist.github.com/retronym/0178c212e4bacffed568) explains all the glorious details of creating Java 8 style lambdas in Scala.
58+
5759
## New Optimizer
5860

5961
`-Yopt:l:classpath` enables the new optimizer.
6062

6163
As part of the new backend for Scala 2.12 we are developing a new inliner and bytecode optimizer.
6264
The inliner is already available in Scala 2.11.7 and can be enabled using the `-Yopt` compiler option.
63-
Use `-Yopt:help` to see the available optimizations.
65+
Check `-Yopt:help` to see the available optimizations.

0 commit comments

Comments
 (0)