This is the mail archive of the gcc@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: helpin out with beginner projects


On Thu, Sep 05, 2002 at 07:45:09PM -0500, William Tyler wrote:
> 
> Thanks for the replys.
> I think that deleting the garbage sounds easy enough :)  It sounds like a
> good way to get to know everything.
> I will start on the paperwork and permissions and what not tonight as well.
> 
> So, just what exactly is garbage???

Any code that's not being used by any configuration of the compiler.
>From the webpage:

     * Delete garbage.
       #if 0 blocks that have been there for years, unused functions,
       unused entire files, dead configurations, dead Makefile logic,
       dead RTL and tree forms, and on and on and on. Depending on what  
       it is, it may not be obvious if it's garbage or not. Go for the  
       easy ones first.

zw


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