This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Enabling gcc optimization pass
On 7/26/07 8:21 AM, Basile STARYNKEVITCH wrote:
> So currently, the answer seems to be no.
Right. It's a cool future feature, but so far nobody seems to be
working on it.
Implementing the optimization pragmas at a function level should not be
too hard, though we may need to tweak the callgraph code and the IPA passes.
We could then implement block-based optimization options by outlining
the affected blocks. Though that may be counterproductive as we'd be
introducing more call sites.