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@localhost>