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: [RFC] Contributing tree-ssa to mainline


On Tuesday 20 January 2004 12:49, Richard Kenner wrote:
>     But the comments from the beginning of each function is the
>     *specification* of the function and not the *implementation*, this is
>     where the documentation comes from.
>
> That's correct, so I think we're talking about two different things.
> The issue that was being raised was documentation *in the source* and
> it sounded like you were saying that the documentation specification
> of the function was derived from that of the implementation.
>
> So what *is* the documentation that's derived from this?
>

Go have a look:
http://people.redhat.com/dnovillo/pub/tree-ssa/doc/html/index.html

It's not a replacement for real documentation (that we're also working
on) but it makes the code much easier to understand.  And you don't
have to grep so much, if you see a functions you don't know yet, just
follow a link and see what it does.

Gr.
Steven



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