Commit 4bafef81 authored by Rob Pike's avatar Rob Pike

roadmap: update gdb status

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/3395041
parent d1524217
...@@ -56,13 +56,11 @@ Gc compiler roadmap</h4> ...@@ -56,13 +56,11 @@ Gc compiler roadmap</h4>
<li> <li>
Implement goto restrictions. Implement goto restrictions.
<li> <li>
Generate DWARF debug info.
<li>
Provide gdb support for runtime facilities.
<li>
Improved optimization. Improved optimization.
<li> <li>
5g: Better floating point support. 5g: Better floating point support.
<li>
Use escape analysis to keep more data on stack.
</ul> </ul>
<h4 id="Gccgo_roadmap"> <h4 id="Gccgo_roadmap">
...@@ -83,6 +81,10 @@ Use escape analysis to keep more data on stack. ...@@ -83,6 +81,10 @@ Use escape analysis to keep more data on stack.
<ul> <ul>
<li> <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>. Safe compilation mode: generate code that is guaranteed not to obtain an invalid memory address other than via <code>import "unsafe"</code>.
<li> <li>
Gccgo: garbage collection. Gccgo: garbage collection.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment