![]() |
| ||
| does debug symbols in code slowdown program Hi, I was just wondering if adding debug symbols to my program, will slow down it's performance. I'm running linux. thanks in advance |
| ||
| Re: does debug symbols in code slowdown program Yes because the compiler can't optimize the code. It also makes the program at least twice the size it needs to be. |
| ||
| Re: does debug symbols in code slowdown program Thanks makes sense, And I guess it's the same with the profiling? |
| ||
| Re: does debug symbols in code slowdown program Debug symbols are needed if you are trying to debug though! If by profiling you mean something like cachegrind, that will be VERY slow... (maybe 50x slower?), but you get an unbelievable view of any bottlenecks in your code. Dave |
| All times are GMT -4. The time now is 3:57 pm. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC