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

Re: Debugging information slowdown?


Thank you. I had figured that the debugging information was interleaved with the instructions and such, thus causing cache misses left and right (same code, slower execution), but then it occurred to me that the notion was borderline retarded.

                                                Tommy McDaniel


>> I have a quick question: does adding debugging information (with -g
>> and/or friends) make the generated code slower? Thank you.
>
>No.
>
>The -g options do not affect the generated code.
>
>Ian

_______________________________________________
No banners. No pop-ups. No kidding.
Make My Way  your home on the Web - http://www.myway.com



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