Re: ????: Is there any possibility to parallel compilation in a single file?

2014-07-29 Thread Jan Hubicka
> > Thank you. > > -- > ??: Markus Trippelsdorf [mailto:mar...@trippelsdorf.de] > : 2014??7??29?? 16:21 > ??: Gengyulei (Gengyl) > ????: gcc@gcc.gnu.org > : Re: Is there any possibility to parallel compilation in a single file? > > On 2014.07.29

Re: 答复: Is there any possibility to parallel compilation in a single file?

2014-07-29 Thread Andrew Haley
On 07/29/2014 10:27 AM, Gengyulei (Gengyl) wrote: > Thank you for your answer. I find the most time consuming process in > compiling a file is the optimization of the cgraph nodes (execute > all_passes), > This process is sequence, one node by one node. If we divide the cgraph nodes > into unre

答复: Is there any possibility to parallel compilation in a single file?

2014-07-29 Thread Gengyulei (Gengyl)
? Thank you. -邮件原件- 发件人: Markus Trippelsdorf [mailto:mar...@trippelsdorf.de] 发送时间: 2014年7月29日 16:21 收件人: Gengyulei (Gengyl) 抄送: gcc@gcc.gnu.org 主题: Re: Is there any possibility to parallel compilation in a single file? On 2014.07.29 at 08:07 +, Gengyulei (Gengyl) wrote: > Hi: >

Re: Is there any possibility to parallel compilation in a single file?

2014-07-29 Thread Markus Trippelsdorf
On 2014.07.29 at 08:07 +, Gengyulei (Gengyl) wrote: > Hi: > > Is there any possibility to parallel the compilation in a single file > scope? For large application the compilation time is long, although > we can parallel the process at the level of files, we still try to > find a way to acc

Is there any possibility to parallel compilation in a single file?

2014-07-29 Thread Gengyulei (Gengyl)
Hi: Is there any possibility to parallel the compilation in a single file scope? For large application the compilation time is long, although we can parallel the process at the level of files, we still try to find a way to accelerate the compilation in a single file. Can we change some serial