Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
4bafef81
Commit
4bafef81
authored
Dec 01, 2010
by
Rob Pike
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
roadmap: update gdb status
R=golang-dev, gri CC=golang-dev
https://golang.org/cl/3395041
parent
d1524217
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
doc/devel/roadmap.html
doc/devel/roadmap.html
+6
-4
No files found.
doc/devel/roadmap.html
View file @
4bafef81
...
...
@@ -56,13 +56,11 @@ Gc compiler roadmap</h4>
<li>
Implement goto restrictions.
<li>
Generate DWARF debug info.
<li>
Provide gdb support for runtime facilities.
<li>
Improved optimization.
<li>
5g: Better floating point support.
<li>
Use escape analysis to keep more data on stack.
</ul>
<h4
id=
"Gccgo_roadmap"
>
...
...
@@ -83,6 +81,10 @@ Use escape analysis to keep more data on stack.
<ul>
<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>
.
<li>
Gccgo: garbage collection.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment