This is the mail archive of the gcc-patches@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: C++ PATCH: New parser


> 
> This patch brings in the new parser.  It doesn't attempt to remove all
> the crud we won't need anymore; that will happen later.  But, as of
> this patch, we are now switched over to the new hand-written parser.
> 
> Tested on i686-pc-linux-gnu, powerpc-eabi-sim, i686-pc-cygwin.
> 
Hi,
according to the SPEC tester on Andreas page, the compilation of EON
(the only C++ benchmark in SPEC) slowed down by about 25%.  What is the
reason for new parser being so much slower?  Are there any plans to fix
the performance issues easilly?  Is this common case or just bad luck
scenario?

Honza


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