Re: How to reduce Zero Initialised region.
- From: "Ajai Jose" <ajai.jose@xxxxxxxxx>
- Date: 31 Jan 2007 04:03:33 -0800
On Jan 31, 4:29 pm, Christopher Layne <cla...@xxxxxxxxxxxx> wrote:
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.
Yes Chrisopher is rgt. The problem we have is real estate we do not
have enough RAM and performance is not an issue.
Thanks,
Ajai.
.
- Follow-Ups:
- Re: How to reduce Zero Initialised region.
- From: CBFalconer
- 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
- Re: How to reduce Zero Initialised region.
- From: Christopher Layne
- How to reduce Zero Initialised region.
- Prev by Date: Re: myfree(p)
- 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):