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.

That was my original purpose of searching for a brunch.
I thought that if there is a related branch open I could join in.
I don't think that it will disturb other people work.


Leehod.



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


--
Mark Mitchell
CodeSourcery, LLC
[EMAIL PROTECTED]
(916) 791-8304


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.