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: embedded c


On Fri, 24 Oct 2003, Schuster, Joel (N-Compaq) wrote:
> Just interested if anyone has tried creating a version of gcc and the
> linker that would be shared objects that would allow in-memory
> compilation and linking at runtime? I'm thinking of this in terms of
> using C/C++ as a embedded scripting language within an application where
> the 'script' would have access to all the resources that the main
> application would.

I'm not aware of any effort to do that.  The compile server branch might
be interesting to you though.  It still runs the compiler out of process,
but the compiler itself would stay resident in memory between
compilations.

Jeff


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