Create &B::{IV,PV}::as_string using typeglob assignment rather than goto &
authorNicholas Clark <nick@ccl4.org>
Thu, 4 Nov 2010 14:21:05 +0000 (14:21 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 4 Nov 2010 14:21:05 +0000 (14:21 +0000)
commit0e4a84deaa95967a479c4ba292f52f944552cb1f
tree856ecfb27fbd4b2733a7fab88e32f7d0f26b0ca5
parent713ca5fadd44860c83993b586ad6ee925fb00c2d
Create &B::{IV,PV}::as_string using typeglob assignment rather than goto &

Typeglob assignment avoids compiler work creating the optree for a second
subroutine, and runtime work executing that optree.
ext/B/B.pm