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++/14563] octave built under Cygwin very slow


------- Additional Comments From dannysmith at users dot sourceforge dot net  2004-04-02 20:35 -------

This is what I get on mingw32, 3.4.0 20040327 (prerelease)

Average of 12 runs, which gave very consistent results.

Built with -enable-sjlj
malloc:  2.1885 
new:     2.8319


Built with -disable-sjlj (startup code modified to allow 
Dwarf2 EH to work)
malloc:  2.2017
new:     2.3318

FWIW, the DW2 built exe (260kb) was also smaller than the sjlj exe (290kb).
This is with static libgcc and libstdc++.

Danny 

-- 


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


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