From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Merrill To: Sylvain.Pion@sophia.inria.fr (Sylvain Pion) Cc: egcs@cygnus.com Subject: Re: C++ default copy ctor not optimal Date: Sun, 28 Feb 1999 22:53:00 -0000 Message-ID: References: <19990212120037.C13091@rigel.inria.fr> <19990212134607.F13091.cygnus.egcs@rigel.inria.fr> X-SW-Source: 1999-02n/msg00450.html Message-ID: <19990228225300.-z8i9Hn8SflzSv6plVQUsBEUwUP7Oh0oqvDLRh3km9M@z> This is a backend issue; the frontend just tells the backend "copy this struct". The insns used are up to the backend. Jason