On 05/03/18 16:20, Matthias Felleisen wrote:
> 
> All debugging aids impose a performance penalty. Always. 
> 
> 

Well, maybe I didn't clarify my comment. However, setting -g on a gcc
build does not impose performance penalties. Simply adds debug
information (making compile-time slower and executable size larger).
However, assembly code generated is the same. It's the use of that
information that's the problem -- mainly under a debugger.

-- 
Paulo Matos

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to