> From: Dan Sugalski [mailto:[EMAIL PROTECTED]] > I'm hoping to have this stage of optimization in perl. Off by > default with > a normal parse-and-go run (though certainly enableable if you > want), on by > default with the bytecode compiler. Don't forget about run-time information: You could mark candidates for optimisation at compile time then, at run time, if the size of the array is "big" then spend the time to see if you can optimise. I'm not sure how to define "big", but I'm sure that's solvable. Dave.
- Re: What can we optimize (was Re: Schwartzian transform... Hong Zhang
- Re: What can we optimize (was Re: Schwartzian tran... Juanma Barranquero
- Re: What can we optimize (was Re: Schwartzian transform... James Mastros
- Re: What can we optimize (was Re: Schwartzian transform... Piers Cawley
- Re: What can we optimize (was Re: Schwartzian transform... Russ Allbery
- Re: What can we optimize (was Re: Schwartzian transform... Dan Sugalski
- Re: What can we optimize (was Re: Schwartzian tran... David L. Nicol
- Re: What can we optimize (was Re: Schwartzian transform... Uri Guttman
- RE: What can we optimize (was Re: Schwartzian transform... David Whipp