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


Did you test this new patch to see if it reduced the long runtimes
you reported for branch prediction?  I ran it on the test-case in

http://gcc.gnu.org/ml/gcc/2002-08/msg01559.html

and discovered no difference in run times.

Brad

> 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)


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