Re: Gigabyte-class SD [or MMC or MMCplus] cards

Klaus Weidner <[email protected]> Wed, 9 Mar 2005 15:55:54 -0600
Newsgroups gmane.linux.debian.devel.3com-pilot
Message-ID <20050309215553.GA4815__9825.95727914504$1110405650$gmane$org@w-m-p.com>
On Wed, Mar 09, 2005 at 12:50:03PM -0800, Tony Godshall wrote:
> Does it perform OK once it has started?  If so, I'll look
> into it.  I saw that perl had a flag for persistently
> caching its compiled binaries someplace... I'll have to
> track it down...

Cool, that seems to work:

	perl -MO=Bytecode,-H,-oysms.plc ysms
	perl ysms.plc

I've only tried it on my desktop machine so far (perl 5.8.4), and that's 
too fast to notice a speed difference...

-Klaus