Re: [Sdcc-user] STM8 port

2013-04-14 Thread Philipp Klaus Krause
On 18.12.2012 22:33, Vaclav Peroutka wrote: > I quickly did code size tests for STM8. I took template from SDCC wiki > and it is atached. I would upload it to Wiki but I do not have rights > for it. Can you also send me the generated .asm files, so I can see what Cosmic C might to better / worse t

[Sdcc-user] STM8 port status

2013-04-08 Thread Philipp Klaus Krause
Hello to those wanting to see a working stm8 port in sdcc. I've worked on the stm8 port a bit in the recent days. Of course it is far from complete, and the code generated still tends to be inefficient and buggy, and not all aspects of code generation are implemented yet. Nevertheless, the port ca

Re: [Sdcc-user] STM8 port - testsuite results

2012-12-19 Thread Borut Ražem
Page added to wiki at http://sdcc.sourceforge.net/mediawiki/index.php/Stm8_code_size Borut On 19. 12. 2012 08:22, Vaclav Peroutka wrote: Hello, I do not know what exactly happened with emailer when I was sending previous email, but I wrote following: I quickly did code size tests for STM8.

Re: [Sdcc-user] STM8 port

2012-12-18 Thread Borut Ražem
The self-registartion to the wiki is disabled due to spam attacks. If anybody needs the write access, please let me know: send me your prefer use name and I'll give you access. Regards, Borut On 18. 12. 2012 22:33, Vaclav Peroutka wrote: I quickly did code size tests for STM8. I took template

Re: [Sdcc-user] STM8 port - testsuite results

2012-12-18 Thread Vaclav Peroutka
Hello, I do not know what exactly happened with emailer when I was sending previous email, but I wrote following: I quickly did code size tests for STM8. I took template from SDCC wiki and it is attached. I would upload it to Wiki but I do not have rights for it. Anyway, attachment in the last

Re: [Sdcc-user] STM8 port

2012-12-18 Thread Vaclav Peroutka
I quickly did code size tests for STM8. I took template from SDCC wiki and it is atached. I would upload it to Wiki but I do not have rights for it. Vaclav "Over time, and especially recently, it seems people want an STM8 port of sdcc. Vaclav has started such a port, but its incomplete, and, IM

Re: [Sdcc-user] STM8 port

2012-12-14 Thread Philipp Klaus Krause
On 14.12.2012 10:20, Vaclav Peroutka wrote: > Hi Philip, > >> Just look at the drop in generated hc08 code size at >> http://sdcc.sourceforge.net/mediawiki/index.php/Hc08_code_size. The STM8 >> has 5 8-Byte registers, which the new register allocator can easily >> handle. An STM8 port should be wr

Re: [Sdcc-user] STM8 port

2012-12-14 Thread Vaclav Peroutka
Hi Philip, > Just look at the drop in generated hc08 code size at > http://sdcc.sourceforge.net/mediawiki/index.php/Hc08_code_size. The STM8 > has 5 8-Byte registers, which the new register allocator can easily > handle. An STM8 port should be written for the new allocator, not the > old one. I j

[Sdcc-user] STM8 port

2012-12-13 Thread Philipp Klaus Krause
Over time, and especially recently, it seems people want an STM8 port of sdcc. Vaclav has started such a port, but its incomplete, and, IMO has some serious design flaws¹, which are not worth fixing. So, I propose² the following: * Write a new STM8 sdcc port. * Use existing assembler. * Use exist