Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1029)

Unified Diff: src/pkg/runtime/extern.go

Issue 9223046: code review 9223046: cmd/5l, cmd/6l, cmd/8l, cmd/gc, runtime: generate and u... (Closed)
Patch Set: diff -r 81ccdb178fd7 https://code.google.com/p/go/ Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/cmd/ld/lib.c ('k') | src/pkg/runtime/mgc0.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/runtime/extern.go
===================================================================
--- a/src/pkg/runtime/extern.go
+++ b/src/pkg/runtime/extern.go
@@ -85,9 +85,10 @@
entry uintptr // entry pc
pc0 uintptr // starting pc, ln for table
ln0 int32
- frame int32 // stack frame size
- args int32 // in/out args size
- locals int32 // locals size
+ frame int32 // stack frame size
+ args int32 // in/out args size
+ locals int32 // locals size
+ ptrs []int32 // pointer map
}
// FuncForPC returns a *Func describing the function that contains the
« no previous file with comments | « src/cmd/ld/lib.c ('k') | src/pkg/runtime/mgc0.c » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b