Thank you for your answer. Is it possible to somehow optimize the code ? For example I see a lot of BANKSELs - maybe sometimes where not necessary ( I did not yet deeply analyzed the generated code).
Can somebody recommend me some tricks for PIC14 port ? Thank you in advance, Vaclav > ------------ Původní zpráva ------------ > Od: daniel ranc <[EMAIL PROTECTED]> > Předmět: Re: [Sdcc-user] Microchip AN724 compiled by SDCC ? > Datum: 25.8.2007 06:08:33 > ---------------------------------------- > > SDCC is known to be generous with generated code size. This is due to > its architecture (single front-end, p-code to multiple target translation). > > Daniel > > Vaclav Peroutka wrote: > > >Hello, > > > >I tried to compile AN724 ping.c code for simple PPP connection but got into > troubles with code size. In PDF there is a note about 2170 words of code. > > > >After I ( ...ported it and... ) compiled it I got last code cell 0xd27 - it > >is > 3367words even with "static" functions. It can't fit into single code page... > > > >Did anybody try AN724 with SDCC ? What results did you get ? > > > >Vaclav > > > >------------------------------------------------------------------------- > >This SF.net email is sponsored by: Splunk Inc. > >Still grepping through log files to find problems? Stop. > >Now Search log events and configuration files using AJAX and a browser. > >Download your FREE copy of Splunk now >> http://get.splunk.com/ > >_______________________________________________ > >Sdcc-user mailing list > >[email protected] > >https://lists.sourceforge.net/lists/listinfo/sdcc-user > > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Sdcc-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sdcc-user > > > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Sdcc-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sdcc-user
