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: saving tree structure


On Wednesday, August 21, 2002, at 01:52  PM, Kyung-suk Lhee wrote:

hi,
I'm trying to save the tree (AST) to a file so
that I can compile it later. I need to do this
to perform interprocedural analysis before producing
an executable. I'm wondering if this would be
doable, or if anybody did a similar work on gcc.
PFE saves trees and lot more on the disk and restores
it during next compilation. Search for Stan Sheb's PFE related
mail in this mailing list archive to find out how to get it.

(PFE is Apple's precompiled header implementation in gcc3)

-Devang


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