This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: After GIMPLE...


On 2/1/07, Diego Novillo <dnovillo@redhat.com> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]