This is the mail archive of the ecos-patches@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]

[Bug 1001814] Kinetis clock gating


Please do not reply to this email, use the link below.

http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001814

--- Comment #23 from Ilija Kocho <ilijak@siva.com.mk> ---
(In reply to comment #22)
> The buffer is not permanent. There are three buffers, and data is processed
> from SD, to B1, from B1 to B2, etc. To do it in chunks means the algorithm
> has to be aware of boundary conditions. So it has to be modified to align
> dynamically sized records with memory size and the state machine has to
> handle a stream of chunks rather than operate out of one big chunk. It is
> far more memory efficient to change the algorithm which needed to be changed
> anyway. It is more a matter of schedules than what is the right thing to do.

You may also consider eCos memory pools.
http://ecos.sourceware.org/docs-3.0/ref/memalloc.html

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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