This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: About the most time consuming compiler process


On 07/31/2014 11:25 AM, Gengyulei (Gengyl) wrote:
> How to explain it?

We can't.  You haven't told us what is being parsed or even which
language it's written in.  Note that GCC's parsing pass isn't simply
a parse: it has to build trees, which can be an expensive process.

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]