More efficient to call newSV_type() then SvGROW() instead of newSV()
authorNicholas Clark <nick@ccl4.org>
Sun, 18 Feb 2007 20:07:39 +0000 (20:07 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 18 Feb 2007 20:07:39 +0000 (20:07 +0000)
commit7d0a29fec2f8bfc7e48abe23f1ebc308287c59c8
tree64f184fb2e8d86f4b931facad02a62f37614b90c
parentb9f83d2f7c4cb24d96302c6fcaa5e60628fad1f8
More efficient to call newSV_type() then SvGROW() instead of newSV()
with a size then sv_upgrade(), as the latter calls sv_upgrade() twice.

p4raw-id: //depot/perl@30348
perl.c
toke.c