#6 Investigate possibility to link stdlib in to the Go binaries dynamically
Opened 5 years ago by jcajka. Modified 5 years ago

Investigate possibility to link stdlib in to the Go binaries dynamically. This would make easy fixing of security issues in stdlib that don't break API/ABI as there would be no need to rebuild every package that is using the affected part of stdlib. Also possibly reducing installation foot print for multi binary installations.

Adjusting macros and guidelines as needed. If implemented also provide way(macros, guidelines,...) how to provide binaries that are statically linked(in Go sense of the word) in separate sub-package for use in limited environments(like containers).


Login to comment on this ticket.

Metadata