1
0
mirror of https://github.com/golang/go synced 2024-11-14 14:50:23 -07:00
go/src/cmd/5g
Dmitriy Vyukov 8679d5f2b5 cmd/gc: record argument size for all indirect function calls
This is required to properly unwind reflect.methodValueCall/makeFuncStub.
Fixes #5954.
Stats for 'go install std':
61849 total INSTCALL
24655 currently have ArgSize metadata
27278 have ArgSize metadata with this change
godoc size before: 11351888, after: 11364288

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/12163043
2013-07-31 20:00:33 +04:00
..
cgen64.c cmd/5a, cmd/5l: add MULW{T,B} and MULAW{T,B} support for ARM 2012-06-08 02:42:28 +08:00
cgen.c cmd/gc: support x[i:j:k] 2013-07-01 20:32:36 -04:00
doc.go cmd/godoc: use go/build to determine package and example files 2013-02-19 11:19:58 -08:00
galign.c cmd/gc: prepare for 64-bit ints 2012-09-24 14:59:44 -04:00
gg.h cmd/5g, cmd/6g, cmd/8g: insert arg size annotations on runtime calls 2013-07-16 16:25:10 -04:00
ggen.c cmd/gc: record argument size for all indirect function calls 2013-07-31 20:00:33 +04:00
gobj.c cmd/gc: move genembedtramp into portable code 2013-06-11 09:41:49 -04:00
gsubr.c cmd/5g, cmd/6g, cmd/8g: insert arg size annotations on runtime calls 2013-07-16 16:25:10 -04:00
list.c cmd/gc: emit explicit type information for local variables 2013-02-25 12:13:47 -05:00
Makefile build: delete make paraphernalia 2012-02-06 13:34:25 -05:00
opt.h cmd/{5g,6g,8g,6c}: remove unused macro, use %E to print etype. 2012-09-24 23:44:00 +02:00
peep.c runtime: use funcdata to supply garbage collection information 2013-07-19 16:04:09 -04:00
reg.c runtime: use funcdata to supply garbage collection information 2013-07-19 16:04:09 -04:00