| Newsgroups |
gmane.os.ecos.patches |
| Message-ID |
<[email protected]/> |
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 <[email protected]> ---
(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.