]> Cypherpunks repositories - gostls13.git/commitdiff
roadmap: update gdb status
authorRob Pike <r@golang.org>
Thu, 2 Dec 2010 01:10:26 +0000 (17:10 -0800)
committerRob Pike <r@golang.org>
Thu, 2 Dec 2010 01:10:26 +0000 (17:10 -0800)
R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/3395041

doc/devel/roadmap.html

index 235eedeb728f2bdde61db4f02654763323dc4e44..935910a9215e9e8f798af5469fc279210d456357 100644 (file)
@@ -56,13 +56,11 @@ Gc compiler roadmap</h4>
 <li>
 Implement goto restrictions.
 <li>
-Generate DWARF debug info.
-<li>
-Provide gdb support for runtime facilities.
-<li>
 Improved optimization.
 <li>
 5g: Better floating point support.
+<li>
+Use escape analysis to keep more data on stack.
 </ul>
 
 <h4 id="Gccgo_roadmap">
@@ -83,6 +81,10 @@ Use escape analysis to keep more data on stack.
 
 <ul>
 <li>
+gc: Generate DWARF debug info.
+<li>
+gc: Provide gdb support for runtime facilities.
+<li>
 Safe compilation mode: generate code that is guaranteed not to obtain an invalid memory address other than via <code>import "unsafe"</code>.
 <li>
 Gccgo: garbage collection.