On Tuesday 04 June 2002 10:43 am, Jean-Marc Lasgouttes wrote: > >>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > > Lars> When comipiling (not linking) a file with ca. 30 signals with > Lars> three different gcc compilers. > > Interesting. Here is what I get with biblio.o > > 1.2.1cvs (reference): > lapinot: size ~/src/lyx/build/src/frontends/controllers/biblio.o > text data bss dec hex filename > 18502 256 0 18758 4946 > /home/lasgoutt/src/lyx/build/src/frontends/controllers/biblio.o > > normal 1.3.0cvs > lapinot: size biblio.o > text data bss dec hex filename > 97197 7480 0 104677 198e5 biblio.o > > 1.3.0cvs compiled with -finline-limit=100 > lapinot: size biblio.o > text data bss dec hex filename > 48317 16376 0 64693 fcb5 biblio.o > > > So things definitely improve, but there is still a very big > difference. > > JMarc
But there are NO signals in biblio.[Ch]; the difference here is that biblio.C now makes use of boost::regex. Could you perform the same test on a file containing a couple of signals? Angus