Hi,
Actually, just saw your post, so wanted to say that it is possible with
the new GCC-ICI framework. You can find more info here:
http://gcc-ici.sourceforge.net
There is no checking for pass dependencies and we are working on it now ...
Hope it is still of any help ;),
Grigori
=
On 26/07/07, Diego Novillo <[EMAIL PROTECTED]> wrote:
> On 7/26/07 9:55 AM, Diego Novillo wrote:
> > 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.
>
> I h
On 7/26/07 9:55 AM, Diego Novillo wrote:
> 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.
I have to retract this. On IRC I was pointed to various efforts in the
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
On 7/26/07, Basile STARYNKEVITCH <[EMAIL PROTECTED]> wrote:
Rohit Arul Raj wrote:
> Hi all,
>
> I have 3 functions- fun1, fun2, fun3 in the same source file and i
> want to enable one or any of the gcc optimization pass to code in fun2
> only,
>
> 1. Is it possible to implement this using functio
Rohit Arul Raj wrote:
Hi all,
I have 3 functions- fun1, fun2, fun3 in the same source file and i
want to enable one or any of the gcc optimization pass to code in fun2
only,
1. Is it possible to implement this using function attributes or #pragms's?
I believe that currently, tuning optimisat
On 26 July 2007 08:30, Rohit Arul Raj wrote:
> Hi all,
>
> I have 3 functions- fun1, fun2, fun3 in the same source file and i
> want to enable one or any of the gcc optimization pass to code in fun2
> only,
>
> 1. Is it possible to implement this using function attributes or #pragms's?
Nope.