__go_new_nopointers has been removed from
libgo, so we need to migrate away from it
before we can update. It was only used in
two places (via fr.createMalloc), for
converting between []byte and string. libgo
has functions for both of these, so we now
use them instead.
Details
Details
- Reviewers
pcc
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM, but I have a slight preference for making this change at the same time as the libgo roll, as it looks like this may regress the allocator strategy for small objects (grep for FlagNoScan).