[C++-sig] Re: Pyste: problems with inheritance across headers.

Prabhu Ramachandran prabhu at aero.iitm.ernet.in
Wed Jul 9 20:09:02 CEST 2003


>>>>> "DA" == David Abrahams <dave at boost-consulting.com> writes:

    DA> Again hoping for a lucky shot-in-the-dark, you might look at
    DA> the general architecture used by Synopsis.  It's basically
    DA> like a compiler/linker: you process all the header files into
    DA> some intermediate format and then they get "linked" together.
    DA> An approach like that might make it easy to avoid
    DA> re-"compiling".

Interesting, this is pretty much what we came up with too.  Except
that we decided to save the precompiled pystec files separately rather
than individually.  We don't yet know how well it will work out but
we'll should know soon.

Thanks for the hints and support!

cheers,
prabhu




More information about the Cplusplus-sig mailing list