newSV(size) and SvPOK_on() will be more efficient than newSVpvs("")
authorNicholas Clark <nick@ccl4.org>
Sat, 6 Oct 2007 12:55:29 +0000 (12:55 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 6 Oct 2007 12:55:29 +0000 (12:55 +0000)
commite524fe407db4cb29ab7ae7ba25321a418c897171
treef784f572e68338ccda0efb6993d1b8ce3b8703bd
parent53ce71d37f27a80bc42faba5c56ff7a3580a11f8
newSV(size) and SvPOK_on() will be more efficient than newSVpvs("")
followed by SvGROW(size+1)

p4raw-id: //depot/perl@32045
utf8.c