]> Cypherpunks repositories - gostls13.git/commit
cmd/5g, cmd/6g, cmd/8g: insert arg size annotations on runtime calls
authorRuss Cox <rsc@golang.org>
Tue, 16 Jul 2013 20:25:10 +0000 (16:25 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 16 Jul 2013 20:25:10 +0000 (16:25 -0400)
commit7b3c8b7ac8d16239ca7768b2b846ce4492232b4f
treeb77364456240b6eede17a3ca6494adacd5f24d7f
parent4e141145b731b8adfc5e8ba44334ae63d6da80a2
cmd/5g, cmd/6g, cmd/8g: insert arg size annotations on runtime calls

If calling a function in package runtime, emit argument size
information around the call in case the call is to a variadic C function.

R=ken2
CC=golang-dev
https://golang.org/cl/11371043
src/cmd/5g/gg.h
src/cmd/5g/ggen.c
src/cmd/5g/gsubr.c
src/cmd/5g/peep.c
src/cmd/6g/gg.h
src/cmd/6g/ggen.c
src/cmd/6g/gsubr.c
src/cmd/8g/gg.h
src/cmd/8g/ggen.c
src/cmd/8g/gsubr.c