From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carlo Wood To: martin@mira.isdn.cs.tu-berlin.de (Martin v. Loewis) Cc: egcs@cygnus.com (egcs@cygnus.com) Subject: Re: #pragma interface && generating virtual tables (of templates?) Date: Sat, 20 Feb 1999 20:38:00 -0000 Message-id: <199902210146.CAA18820@jolan.ppro> In-reply-to: < 199902201932.UAA03305@mira.isdn.cs.tu-berlin.de > from "Martin v. Loewis" at Feb 20, 99 08:32:07 pm References: <199902201932.UAA03305@mira.isdn.cs.tu-berlin.de> X-SW-Source: 1999-02/msg01021.html | I'd say #pragma interface is deprecated, period. If you count the | trouble you had with it, don't you agree that it wasn't worth it? It used to be worth it. | With the new weak and link-once symbols on Linux-ELF, there is hardly | any use for it anymore. | | Regards, | Martin Thank you :). I deleted all occurances of #pragma interface from my 41 headers, and the result is: Compile time Size of resulting on my PPro200 shared library --------------------------------------- With #pragma 86 s 1649639 bytes Without #pragma 86 s 1663340 bytes I guess I'll stop using it. -- Carlo Wood From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carlo Wood To: martin@mira.isdn.cs.tu-berlin.de (Martin v. Loewis) Cc: egcs@cygnus.com (egcs@cygnus.com) Subject: Re: #pragma interface && generating virtual tables (of templates?) Date: Sun, 28 Feb 1999 22:53:00 -0000 Message-ID: <199902210146.CAA18820@jolan.ppro> References: <199902201932.UAA03305@mira.isdn.cs.tu-berlin.de> X-SW-Source: 1999-02n/msg01023.html Message-ID: <19990228225300.92sVr0094B6Yogrgu1ISBi85b0H9OaZIHlf6xJhmGus@z> | I'd say #pragma interface is deprecated, period. If you count the | trouble you had with it, don't you agree that it wasn't worth it? It used to be worth it. | With the new weak and link-once symbols on Linux-ELF, there is hardly | any use for it anymore. | | Regards, | Martin Thank you :). I deleted all occurances of #pragma interface from my 41 headers, and the result is: Compile time Size of resulting on my PPro200 shared library --------------------------------------- With #pragma 86 s 1649639 bytes Without #pragma 86 s 1663340 bytes I guess I'll stop using it. -- Carlo Wood