On 2/1/07, Diego Novillo <[EMAIL PROTECTED]> wrote:
Paulo J. Matos wrote on 02/01/07 04:37:

> What can I do then to stop gcc to further process things? After
> informing the user there's no more reason on my site to continue.
>
Stop gracefully or just stop?  The latter is easy.  The former involves
writing code to skip all passes after a certain point, or just don't
schedule the passes don't want to run.  See init_optimization_passes.


Well, I guessed the answer would be something like that... :)

I've already started working on it and everything seems ok up until
now so I'm on the right track. :)

Regards and thanks very much,

--
Paulo Jorge Matos - pocm at soton.ac.uk
http://www.personal.soton.ac.uk/pocm
PhD Student @ ECS
University of Southampton, UK

Reply via email to