[PATCH] D11863: [llgo] drop use of __go_new_nopointers

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 17 00:12:06 PDT 2015


pcc accepted this revision.
pcc added a comment.
This revision is now accepted and ready to land.

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`).


http://reviews.llvm.org/D11863





More information about the llvm-commits mailing list