diff --git a/doc/devel/roadmap.html b/doc/devel/roadmap.html
index 235eedeb728..935910a9215 100644
--- a/doc/devel/roadmap.html
+++ b/doc/devel/roadmap.html
@@ -56,13 +56,11 @@ Gc compiler roadmap
Implement goto restrictions.
-Generate DWARF debug info.
-
-Provide gdb support for runtime facilities.
-
Improved optimization.
5g: Better floating point support.
+
+Use escape analysis to keep more data on stack.
@@ -83,6 +81,10 @@ Use escape analysis to keep more data on stack.
-
+gc: Generate DWARF debug info.
+
-
+gc: Provide gdb support for runtime facilities.
+
-
Safe compilation mode: generate code that is guaranteed not to obtain an invalid memory address other than via
import "unsafe"
.
-
Gccgo: garbage collection.