From: Rob Pike Date: Thu, 2 Dec 2010 01:10:26 +0000 (-0800) Subject: roadmap: update gdb status X-Git-Tag: weekly.2010-12-02~10 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4bafef81846dbfbcd5051ebd8515c32248166baf;p=gostls13.git roadmap: update gdb status R=golang-dev, gri CC=golang-dev https://golang.org/cl/3395041 --- diff --git a/doc/devel/roadmap.html b/doc/devel/roadmap.html index 235eedeb72..935910a921 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.