aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDmitry Petrashko <dark@d-d.me>2016-05-09 10:12:32 -0400
committerDmitry Petrashko <dark@d-d.me>2016-05-09 10:12:32 -0400
commitb321c3c039a57f0d696a83748cba0e5b5a3ff533 (patch)
tree4c6a8c0acc0bd812e8383b2df9ea630322b17636 /README.md
parent4e9fecf01cf3589f464bc1a05d9c9228aaa94cfe (diff)
downloaddotty-b321c3c039a57f0d696a83748cba0e5b5a3ff533.tar.gz
dotty-b321c3c039a57f0d696a83748cba0e5b5a3ff533.tar.bz2
dotty-b321c3c039a57f0d696a83748cba0e5b5a3ff533.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 949d5185d..4da96081c 100644
--- a/README.md
+++ b/README.md
@@ -33,8 +33,9 @@ See [github contributors page](https://github.com/lampepfl/dotty/graphs/contribu
| Non-blocking lazy vals | Implemented |
| | |
| Non-boxed arrays of value classes | In progress |
-| Auto-Specialization | In progress |
-| Whole program optimizer | In progress |
+| Auto-Specialization | [In progress](https://github.com/dotty-linker/dotty) |
+| Whole program optimizer | [In progress](https://github.com/dotty-linker/dotty) |
+| Library defined optimizations | [In progress](https://github.com/dotty-linker/dotty) |
| | |
| HList & HMaps\Record types | Under consideration |
| Implicit functions | Under consideration |