Bernhard Kuhn wrote:
> > 800K sounds about right.  I think with some manual effort you could
> > reduce it down to about 300K.
> 
> Could you please give me a hint where to begin with downsizeing?

I'd start with the code duplication used as a performance optimization
(different ROPs and loop unrolling come to mind, but I think there are
others).  If you are more concerned with size than performance, these
can go.

Also, I'd lose stuff like font server support, support for multiple
transport protocols, backing store, and maybe (depending on the
application) byte swapping.  Finally, there are some requests which are
hardly ever used in common X applications.

--
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the command "unsubscribe linux-embedded" in the message body.
For more information, see <http://waste.org/mail/linux-embedded>.

Reply via email to