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]

Re: function-at-a-time processing in C


    In summary, the way I see front ends working in the future is they
    parse into tree structures that bear striking resemblance to the
    source text.  They verify semantics, finish name resolution and other
    sundry bookkeeping as needed, and then replace language-specific tree
    nodes with language-independant tree nodes (i.e. lower the IL just a
    smigin) and hand off the whole function to the middle end.

I agree with this model.

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