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: [PATCH] PR/7344, O(n^2) branch prediction


> I think you're right. Here is the revised patch.
> 
> 2002-09-06  Toshiyasu Morita  <toshiyasu.morita@hsa.hitachi.com>
> 
> 	* predict.c (process_note_prediction): Ignore multiway
> 	branches to avoid excessively long compile times (PR/7344)

OK, I bootstrapped and ran make check on this patch; the results are at

http://gcc.gnu.org/ml/gcc-testresults/2002-09/msg00222.html

as compared to the unpatched source at

http://gcc.gnu.org/ml/gcc-testresults/2002-09/msg00210.html

There are two or three fewer failures with the patch than without,
but they may be due to reductions in compile times below limits.

Brad


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