Grupos de Google ya no admite nuevas publicaciones ni suscripciones de Usenet. El contenido anterior sigue siendo visible.

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

Visto 0 veces
Saltar al primer mensaje no leído

Joshua Hoblitt

no leída,
9 ene 2006, 20:05:319/1/06
a 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 mensajes nuevos