This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc-in-cxx branch created
On Tue, Jun 24, 2008 at 3:54 AM, Tom Tromey <tromey@redhat.com> wrote:
>>>>>> "Ian" == Ian Lance Taylor <iant@google.com> writes:
>
> Ian> The other major TODO is to work out the details of using STL
> Ian> containers with GC allocated objects. This means teaching gengtype
> Ian> how to generate code to traverse STL containers, which would then be
> Ian> used during GC. This is not a task for the faint-hearted.
>
> A related (and IMO probably more difficult) problem is that of
> serializing such containers for PCH.
One more reason to get rid of our current PCH implementation ...
:)
Richard.