Re: Searching for a branch for the see optimization.

2005-08-24 Thread Leehod Baruch
Why not just maintain it in a local tree and post refined versions every now and then, until stage 1 for GCC 4.2 opens? Branches are for major work and a new pass is not that major. It's also fine to create a new branch for this work. That let's other people see what you're working on.

Re: Searching for a branch for the see optimization.

2005-08-23 Thread Mark Mitchell
Steven Bosscher wrote: On Monday 22 August 2005 14:46, Leehod Baruch wrote: Hello, I would like to know if someone knows a suitable branch for the sign extension optimization pass. Why not just maintain it in a local tree and post refined versions every now and then, until stage 1 for GCC

Searching for a branch for the see optimization.

2005-08-22 Thread Leehod Baruch
Hello, I would like to know if someone knows a suitable branch for the sign extension optimization pass. This pass stands for itself. There are not many changes to the other parts of the gcc. For details see: http://gcc.gnu.org/ml/gcc-patches/2005-08/msg01087.html Thanks, Leehod.