Re: How to reduce Zero Initialised region.
- From: Christopher Layne <clayne@xxxxxxxxxxxx>
- Date: Wed, 31 Jan 2007 03:29:31 -0800
jacob navia wrote:
Why do you think that this is the problem?
Did you measure the program's performance to see where the
hot spots are? What data leads you to your conclusion that
the static data is the problem?
If you pass pointers around it can be a better design but it will
be slightly slower, since global data needs nothing to be passed, it is
always there.
He did mention he was on an embedded system. This could be a space rather than
speed issue.
.
- Follow-Ups:
- Re: How to reduce Zero Initialised region.
- From: Ajai Jose
- Re: How to reduce Zero Initialised region.
- References:
- How to reduce Zero Initialised region.
- From: Ajai Jose
- Re: How to reduce Zero Initialised region.
- From: jacob navia
- How to reduce Zero Initialised region.
- Prev by Date: Re: C bit twidders ... I'm in need of a dose of clever.
- Next by Date: Re: How to reduce Zero Initialised region.
- Previous by thread: Re: How to reduce Zero Initialised region.
- Next by thread: Re: How to reduce Zero Initialised region.
- Index(es):
Relevant Pages
|