-
- Downloads
compile, runtime: permit anonymous and empty fields in C header
Permit putting structs with anonymous and empty fields in the C header file runtime.inc that is used to build the C runtime code. This is required for upcoming 1.13 support, as the m struct has picked up an anonymous field. Doing this lets the C header contain all the type descriptor structs, so start using those in the C code. This cuts the number of copies of type descriptor definitions from 3 to 2. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/192343 From-SVN: r275227
Showing
- gcc/go/gofrontend/MERGE 1 addition, 1 deletiongcc/go/gofrontend/MERGE
- gcc/go/gofrontend/gogo.cc 2 additions, 2 deletionsgcc/go/gofrontend/gogo.cc
- gcc/go/gofrontend/types.cc 9 additions, 2 deletionsgcc/go/gofrontend/types.cc
- libgo/go/reflect/makefunc_ffi_c.c 0 additions, 1 deletionlibgo/go/reflect/makefunc_ffi_c.c
- libgo/mkruntimeinc.sh 7 additions, 1 deletionlibgo/mkruntimeinc.sh
- libgo/runtime/go-construct-map.c 6 additions, 9 deletionslibgo/runtime/go-construct-map.c
- libgo/runtime/go-fieldtrack.c 1 addition, 3 deletionslibgo/runtime/go-fieldtrack.c
- libgo/runtime/go-reflect-call.c 39 additions, 41 deletionslibgo/runtime/go-reflect-call.c
- libgo/runtime/go-type.h 0 additions, 229 deletionslibgo/runtime/go-type.h
- libgo/runtime/go-unsafe-pointer.c 36 additions, 33 deletionslibgo/runtime/go-unsafe-pointer.c
- libgo/runtime/print.c 0 additions, 1 deletionlibgo/runtime/print.c
- libgo/runtime/proc.c 0 additions, 1 deletionlibgo/runtime/proc.c
- libgo/runtime/runtime.h 8 additions, 12 deletionslibgo/runtime/runtime.h
Loading
Please register or sign in to comment