Re: [RFA] Implement incremental IL linking

2015-12-01 Thread Richard Biener
On Tue, 1 Dec 2015, Jan Hubicka wrote: > > Hi, > > this is polished version of the patch to implement IL level incremental > > inking. > > -flinker-output is now documented and can be specified to the GCC driver. > > In this case plugin gets option -linker-output-known and it stops from > > attem

Re: [RFA] Implement incremental IL linking

2015-11-30 Thread Jan Hubicka
> Hi, > this is polished version of the patch to implement IL level incremental > inking. > -flinker-output is now documented and can be specified to the GCC driver. > In this case plugin gets option -linker-output-known and it stops from > attempts to detect it from info passed down by linker. I

[RFA] Implement incremental IL linking

2015-11-30 Thread Jan Hubicka
Hi, this is polished version of the patch to implement IL level incremental inking. -flinker-output is now documented and can be specified to the GCC driver. In this case plugin gets option -linker-output-known and it stops from attempts to detect it from info passed down by linker. I also added do