cvs commit: src/sbin/restore Makefile

Dag-Erling Smørgrav des at des.no
Sat Apr 2 04:52:34 PST 2005


Ulrich Spoerlein <q at uni.de> writes:
> The question is, will this impact performance?

No.

> But will it also increase startup time (loading bigger binaries), or is
> this not an issue thanks to binaries being paged in? (I hope I got that
> part of the VM right).

No.  The debugging info is stored in separate ELF sections which the
linker never even looks at.

> Will it increase memory usage?

No.  The debugging sections are never loaded into memory except by the
debugger.

> Will it increase running time? (I guess not).

No, though you may want to reduce the optimization level to ease
debugging.

DES
-- 
Dag-Erling Smørgrav - des at des.no


More information about the cvs-all mailing list