Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[perl #38194] [TODO] build - optimize pmc2c.pl

0 views
Skip to first unread message

Joshua Hoblitt

unread,
Jan 9, 2006, 8:05:31 PM1/9/06
to bugs-bi...@rt.perl.org
# New Ticket Created by Joshua Hoblitt
# Please include the string: [perl #38194]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=38194 >


Simple profile suggests that pmc2c.pl is spending about 25% of it's
total execution time loading FindBin. The lib path use of FindBin::Bin
can be replaced with 'use lib qw( . lib ../lib ../../lib );' while the
other uses of FindBin::Bin will have be replaced by values that are
interpolated by genfile().

-J

--

0 new messages