aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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 |