-
- Downloads
compiler,runtime: Determine if allocations need new pointers in runtime.
As the removed comment states, if the package being compiled played certain tricks with pointers that looked like integers, the compiler might allocate space for new pointers unnecessarily. Since the type information on the heap is now precise, this logic can be moved to the runtime. Reviewed-on: https://go-review.googlesource.com/11581 From-SVN: r225757
Showing
- gcc/go/gofrontend/MERGE 1 addition, 1 deletiongcc/go/gofrontend/MERGE
- gcc/go/gofrontend/gogo.cc 1 addition, 9 deletionsgcc/go/gofrontend/gogo.cc
- gcc/go/gofrontend/runtime.def 0 additions, 4 deletionsgcc/go/gofrontend/runtime.def
- libgo/runtime/go-new.c 2 additions, 9 deletionslibgo/runtime/go-new.c
Loading
Please register or sign in to comment