mirror of
https://github.com/golang/go
synced 2024-11-21 14:24:44 -07:00
roadmap: remove description of implementation of garbage collector.
It was speculation. Also replace one silly word with an English replacement. R=golang-dev, bradfitzgo CC=golang-dev https://golang.org/cl/4339041
This commit is contained in:
parent
883048daab
commit
016a99f440
@ -49,7 +49,7 @@ systems and architectures.</p>
|
|||||||
<p>Features and ideas being developed or discussed by the Go team.</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>
|
<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>
|
<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>
|
<p>The <a href="http://groups.google.com/group/golang-dev">golang-dev</a>
|
||||||
|
@ -37,8 +37,7 @@ Implementation roadmap</h3>
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
Improved garbage collector, most likely a reference counting collector
|
Improved garbage collector.
|
||||||
with a cycle detector running in a separate core.
|
|
||||||
<li>
|
<li>
|
||||||
Debugger.
|
Debugger.
|
||||||
<li>
|
<li>
|
||||||
|
Loading…
Reference in New Issue
Block a user