This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

discard init functions?


Hi,

at now I think how to save little more memory.
redboot uses almost 90% of memory without counting
stack and heap.
And I wonder, there is some code used only during initialization.
In linux all such code placed into separate section, and memory from
this section was reused.

What about ecos, is it possible to reuse memory used for such
code when initialization was done?

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]