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

Unified Diff: src/cmd/6g/gg.h

Issue 100300043: cmd/gc, runtime: place defer structs on stack if possible (Closed)
Patch Set: diff -r 209bb94bd691 https://code.google.com/p/go/ Created 9 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/6g/cgen.c ('k') | src/cmd/6g/ggen.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/cmd/6g/gg.h
===================================================================
--- a/src/cmd/6g/gg.h
+++ b/src/cmd/6g/gg.h
@@ -18,6 +18,7 @@
EXTERN Prog zprog;
EXTERN Node* newproc;
EXTERN Node* deferproc;
+EXTERN Node* deferproc1;
EXTERN Node* deferreturn;
EXTERN Node* panicindex;
EXTERN Node* panicslice;
@@ -36,8 +37,8 @@
void gen(Node*);
Node* lookdot(Node*, Node*, int);
void cgen_as(Node*, Node*);
-void cgen_callmeth(Node*, int);
-void cgen_callinter(Node*, Node*, int);
+void cgen_callmeth(Node*, Node*, int);
+void cgen_callinter(Node*, Node*, Node*, int);
void cgen_proc(Node*, int);
void cgen_callret(Node*, Node*);
void cgen_div(int, Node*, Node*, Node*);
@@ -50,6 +51,7 @@
void allocparams(void);
void checklabels(void);
void ginscall(Node*, int);
+void ginscall1(Node*, Node*, int);
int gen_as_init(Node*);
void clearslim(Node*);
« no previous file with comments | « src/cmd/6g/cgen.c ('k') | src/cmd/6g/ggen.c » ('j') | no next file with comments »

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