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: [RFC] Toplev.c reorganization


Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz> writes:

> Hello,
>
>> > I still like the idea of having all knowledge about passes and
>> > structures on one place rather than spread around several different
>> > files; I agree that passes.def stuff got out of my control (now I
>> > like more an idea to just have a function for each of the passes
>> > defined in passes.c, which seems more flexible and sufficient for
>> > the purpose); on the other hand, I would like to retain
>> > structures.def moreorless as it is.
>> 
>> Why don't you do a patch that just does the passes.def part, and then
>> come back to the structures.def stuff?  I think that would be easier
>> to review.
>
> OK, here is the first part of reorganization; it just creates driver
> function for passes (and in few cases, modifies passes to return whether
> anything has changed).

The passes.[ch] attached to this patch seem to be from the older
patch...

zw


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