This is the mail archive of the gcc-bugs@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]

[Bug c++/15815] Update #pragma interface and #pragma implementation documentation.


------- Additional Comments From larsbj at gullik dot net  2004-06-10 15:59 -------
Just as a data point. In LyX we used to have those pragmas, then we checked if
they worked as expected:

gcc --version
gcc (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7)

All pragmas removed:
size src/lyx
   text    data     bss     dec     hex filename
2792162   80600   48796 2921558  2c9456 src/lyx

ls -l src/lyx
-rwxrwxr-x    1 larsbj   larsbj   74322762 Jan  4 00:14 src/lyx


Pragmas in place:
size src/lyx
   text    data     bss     dec     hex filename
2812994   80600   48800 2942394  2ce5ba src/lyx

ls -l src/lyx
-rwxrwxr-x    1 larsbj   larsbj   70111256 Jan  4 01:01 src/lyx

So we ended up with removing them from LyX.

LyX is a 150K+ LOC project.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15815


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