]> Cypherpunks repositories - gostls13.git/commitdiff
roadmap: remove description of implementation of garbage collector.
authorRob Pike <r@golang.org>
Thu, 31 Mar 2011 20:13:04 +0000 (13:13 -0700)
committerRob Pike <r@golang.org>
Thu, 31 Mar 2011 20:13:04 +0000 (13:13 -0700)
It was speculation.
Also replace one silly word with an English replacement.

R=golang-dev, bradfitzgo
CC=golang-dev
https://golang.org/cl/4339041

doc/contrib.html
doc/devel/roadmap.html

index b0a77a7c246c3245a656876960d2bc9d05b0c127..9d0c42726d8b1c20167349987929f47a032c3df4 100644 (file)
@@ -49,7 +49,7 @@ systems and architectures.</p>
 <p>Features and ideas being developed or discussed by the Go team.</p>
 
 <h3 id="release"><a href="devel/release.html">Release History</a></h3>
-<p>A summarization of the changes between tagged releases of Go.</p>
+<p>A summary of the changes between tagged releases of Go.</p>
 
 <h3 id="golang-dev"><a href="http://groups.google.com/group/golang-dev">Developer Mailing List</a></h3>
 <p>The <a href="http://groups.google.com/group/golang-dev">golang-dev</a>
index 97d8a08b8d31a3a6fd53d9537bb48743a2dcf229..6cf72114b8ad8b2686ee93adf17758e311a29198 100644 (file)
@@ -37,8 +37,7 @@ Implementation roadmap</h3>
 
 <ul>
 <li>
-Improved garbage collector, most likely a reference counting collector
-with a cycle detector running in a separate core.
+Improved garbage collector.
 <li>
 Debugger.
 <li>