Re: A89: Flash ROM-Archive command


[Prev][Next][Index][Thread]

Re: A89: Flash ROM-Archive command




> What is a garbage collection?

It's in your manual under the chapter on memory management.
The FlashROM is in blocks and variables cannot overlap blocks.
Therefore, small unused areas can form at the end of blocks
where no variables will fit.  A garbage collection is just a
defragmentation to make sure all of the variables are arranged
in an order that leaves the most room available to use.  This
is real basic and the book explains it better (with pictures).