>>>>> "DS" == Dan Sugalski <[EMAIL PROTECTED]> writes: >> This will probably be harder in Perl than in C because C can afford to >> take more time to do global optimization passes. DS> I'm hoping to have this stage of optimization in perl. Off by DS> default with a normal parse-and-go run (though certainly DS> enableable if you want), on by default with the bytecode compiler. for long running daemon type programs, any extra optimization overhead at startup will be well worth it. this would be a great win if it wrings out a decent amount of speedup. or you could make it only doable for bytecode and then you run that. this shouldn't be an issue with many systems who want that optimization pass. uri -- Uri Guttman --------- [EMAIL PROTECTED] ---------- http://www.sysarch.com SYStems ARCHitecture, Software Engineering, Perl, Internet, UNIX Consulting The Perl Books Page ----------- http://www.sysarch.com/cgi-bin/perl_books The Best Search Engine on the Net ---------- http://www.northernlight.com
- Re: What can we optimize (was Re: Schwartzian ... James Mastros
- Re: What can we optimize (was Re: Schwartzian ... Jarkko Hietaniemi
- Re: What can we optimize (was Re: Schwartzian ... John Porter
- Re: What can we optimize (was Re: Schwartzian ... Dan Sugalski
- Re: What can we optimize (was Re: Schwartzian ... Russ Allbery
- Re: What can we optimize (was Re: Schwartzian ... Dan Sugalski
- Re: What can we optimize (was Re: Schwartzian ... Hong Zhang
- Re: What can we optimize (was Re: Schwartzian ... James Mastros
- Re: What can we optimize (was Re: Schwartzian ... Russ Allbery
- Re: What can we optimize (was Re: Schwartzian ... Dan Sugalski
- Re: What can we optimize (was Re: Schwartzian ... Uri Guttman
- Re: What can we optimize (was Re: Schwartzian ... Dan Sugalski
- RE: What can we optimize (was Re: Schwartzian ... David Whipp
- RE: What can we optimize (was Re: Schwartzian ... Dan Sugalski
- Re: What can we optimize (was Re: Schwartzian ... David L. Nicol
- pitching names for the attribute for a functio... David L. Nicol
- Re: pitching names for the attribute for a fun... Dan Sugalski
- Re: pitching names for the attribute for a fun... John Porter
- Re: What can we optimize (was Re: Schwartzian ... Juanma Barranquero
- Re: What can we optimize (was Re: Schwartzian transform... Piers Cawley