Is global optimization worth it?

lance.delahaye@xtra.co.nz (Lance)
15 Dec 2001 00:40:44 -0500

          From comp.compilers

Related articles
Is global optimization worth it? lance.delahaye@xtra.co.nz (2001-12-15)
Re: Is global optimization worth it? nmm1@cus.cam.ac.uk (2001-12-20)
Re: Is global optimization worth it? rsherry8@home.com (Robert Sherry) (2001-12-20)
Re: Is global optimization worth it? mwso@earthlink.net (Gary Oblock) (2001-12-20)
Re: Is global optimization worth it? lex@cc.gatech.edu (Lex Spoon) (2001-12-20)
Re: Is global optimization worth it? lance.delahaye@xtra.co.nz (2002-01-24)
Re: Is global optimization worth it? lance.delahaye@xtra.co.nz (2002-01-24)
[4 later articles]
| List of all articles for this month |

From: lance.delahaye@xtra.co.nz (Lance)
Newsgroups: comp.compilers
Date: 15 Dec 2001 00:40:44 -0500
Organization: http://groups.google.com/
Keywords: optimize, question, comment
Posted-Date: 15 Dec 2001 00:40:43 EST

Hi all,


I'm starting a compiler project. I am wondering if it is worth
ignoring global optimisations for a pascal-type scoped language. About
how much optimisation gain is there to be had there? If its more than
about a third, I probably shouldn't ignore it, but it would simplify
my life quite a bit if I could.
[There's no simple answer to your question. The harder you work, the
better you can optimize. For student projects, I wouldn't bother, it's
enough work to get any correct code at all. -John]


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.