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] Fix PR 20606 and PR 24069


On Tue, 2005-10-04 at 12:52 -0400, Andrew Pinski wrote:
> For the libjava issue, we have something like:
> if (a)
>    r1 = label1;
> else
>    r1 = label2;
> goto *r1;
> 
> I have not looked into why we don't turn it into direct branch yet.
The jump threader should be taking care of this.  So that's where
you should be looking.

jeff


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