From: Andrew Gerrand Date: Tue, 26 Oct 2010 05:18:12 +0000 (+1100) Subject: doc: update roadmap X-Git-Tag: weekly.2010-10-27~16 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d7424b1a71c9245444168b16220a3a3e9291b6e4;p=gostls13.git doc: update roadmap R=r, rsc, iant CC=golang-dev https://golang.org/cl/2312042 --- diff --git a/doc/devel/roadmap.html b/doc/devel/roadmap.html index eace183f72..baa50d4557 100644 --- a/doc/devel/roadmap.html +++ b/doc/devel/roadmap.html @@ -2,6 +2,7 @@

Go Roadmap

+

This page lists features and ideas being developed or discussed by the Go team. This list will be updated as work continues. @@ -26,6 +27,9 @@ Variant types. A way to define a type as being the union of some set of types.

  • Generics. An active topic of discussion. +
  • +Methods for operators, to allow a type to use arithmetic notation for +expressions.

    @@ -38,14 +42,10 @@ with a cycle detector running in a separate core.
  • Debugger.
  • -Native Client (NaCl) support. -
  • App Engine support.
  • Improved CGO including some mechanism for calling back from C to Go.
  • -SWIG support. -
  • Improved implementation documentation. @@ -56,28 +56,55 @@ Gc compiler roadmap
  • Implement goto restrictions.
  • -Safe compilation mode: generate code that is guaranteed not to obtain -an invalid memory address other than via import "unsafe". +Generate DWARF debug info.
  • -Generate ELF debug info. +Provide gdb support for runtime facilities.
  • Improved optimization.
  • 5g: Better floating point support. -

    +

    Gccgo compiler roadmap

    + +

    Done

    + + +