This is the mail archive of the gcc-help@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] |
This task confused me a lot, I've work on it for three days
As for as I know the purpose of GENERIC is simply to provide a way of representing an entire function in trees.
so in my opinion, adding my codes(example printf("the function begins")) as a number of tree nodes into the original source tree could achieve my task
But I do not know how, how GCC achieve the relationship between the source code and generic tree?
I hope that helps, Andi
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |