Subject: Re: CVS commit: basesrc/usr.sbin/memswitch To: Perry E. Metzger <perry@piermont.com> From: Jason R Thorpe <thorpej@wasabisystems.com> List: source-changes Date: 06/09/2002 08:30:24
On Sun, Jun 09, 2002 at 10:36:24AM -0400, Perry E. Metzger wrote:
> What is the advantage of making auto const variables static?
If you don't, they're copied from .rodata to the stack at run-time.
--
-- Jason R. Thorpe <thorpej@wasabisystems.com>