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 bangerth at dealii dot org  2004-03-24 17:03 -------
sjsl exceptions is one way to implement exception handling. On most 
systems, we have moved to more efficient ways, such as dwarf2 
unwinding. However, if you don't use exceptions, trying things out 
with -fno-exceptions may be an interesting experiment anyway. 
 
Regarding the times not adding up: I think this is usual for gprof. In 
fact, gprof is not a very good tool anyway, but it is the one that is 
most widely available. There are more accurate ones, which I have never 
used myself, though, so I can't say anything about them. I think I 
remember people being quite fond of oprof. It may also be the case 
that valgrind can produce some sort of information, but I don't know about 
that exactly. 
 
W. 

-- 


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]