This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: [plugins-ici-cloning-instrumentation] new GCC plugin developements
- From: "Grigori Fursin" <grigori dot fursin at inria dot fr>
- To: "'Ian Lance Taylor'" <iant at google dot com>
- Cc: "'Joern Rennecke'" <amylaar at spamcop dot net>, "'Yuanjie Huang'" <huangyuanjie at ict dot ac dot cn>, "'Liang Peng'" <pengliang at ict dot ac dot cn>, "'Zbigniew Chamski'" <zbigniew dot chamski at gmail dot com>, "'GCC Mailing List'" <gcc at gcc dot gnu dot org>, <ctuning-discussions at googlegroups dot com>, "'Yuri Kashnikoff'" <yuri dot kashnikoff at gmail dot com>, "'Diego Novillo'" <dnovillo at google dot com>
- Date: Fri, 6 Nov 2009 15:09:38 +0100
- Subject: RE: [plugins-ici-cloning-instrumentation] new GCC plugin developements
- References: <4AE6E471.4020200@starynkevitch.net> <84fc9c000910270518s147e0cc4t7f1cd53049c5d590@mail.gmail.com> <4AE6E5D0.4010401@starynkevitch.net> <mcrvdi1klsb.fsf@dhcp-172-17-9-151.mtv.corp.google.com> <4AE7014A.1000903@starynkevitch.net> <mcr3a54lwb4.fsf@dhcp-172-17-9-151.mtv.corp.google.com> <4AE70C5E.4050005@starynkevitch.net> <84fc9c000910270839v2d9efe0dw829c8647f361c96f@mail.gmail.com> <4AE7164D.9010200@starynkevitch.net> <84fc9c000910270855w736df367qe511d8db280aaeb4@mail.gmail.com> <2dc303d60910271056h17038110ib63c53cfa374f5c7@mail.gmail.com> <002c01ca5746$9dd43da0$d97cb8e0$@fursin@inria.fr> <20091102074959.p8410ulv28sg0w44-nzlynne@webmail.spamcop.net> <008601ca5e09$93164fb0$b942ef10$@fursin@inria.fr> <20091105082557.75c2estyoog8ss0c-nzlynne@webmail.spamcop.net> <00b101ca5e1f$6ecf31b0$4c6d9510$@fursin@inria.fr> <mcrocng1r8s.fsf@dhcp-172-17-9-151.mtv.corp.google.com>
Sure, thanks for the info, Ian.
The ICI changes are very small and seems that they already had been pre-reviewed.
Joern is taking care of that now.
As for GSOC'09 developments, it seems that they will require more changes
(though improvement to generic function cloning may be fairly small) so will
keep them for the next version ...
Cheers,
Grigori
> -----Original Message-----
> From: Ian Lance Taylor [mailto:iant@google.com]
> Sent: Friday, November 06, 2009 12:34 AM
> To: Grigori Fursin
> Cc: 'Joern Rennecke'; 'Yuanjie Huang'; 'Liang Peng'; 'Zbigniew Chamski'; 'GCC Mailing List';
> ctuning-discussions@googlegroups.com; 'Yuri Kashnikoff'; 'Diego Novillo'
> Subject: Re: [plugins-ici-cloning-instrumentation] new GCC plugin developements
>
> "Grigori Fursin" <grigori.fursin@inria.fr> writes:
>
> > Also, I am trying to figure out if GCC 4.5 branch is still open or not?..
>
> gcc 4.5 is in stage 3, which normally means that no new features are
> permitted. That said, plugins are a new feature in gcc 4.5, so the
> release managers are likely to grant some leeway for changing them.
> But major rearrangements or modifications of existing code are not
> appropriate at this time.
>
> Ian