2020 STM8 compiler comparison
This is not a question, so it doesn't really belong here, but the community forum is still broken, so there is no other place to post this.
I just redid my comparison of the 4 most important STM8 C compilers (previous comparisons were in 2016 and 2018). Again this is a comparison of the compilers only, not considering the IDEs:
http://www.colecovision.eu/stm8/compilers.shtml
Quick summary of what happened since 2018: Raisonance didn't even release a new version. IAR did some small bugfixes only. Cosmic substantially improved code size, without much other change. SDCC substantially improved code size, code speed and made further progress in standard compliance.
Quick summary of current situation: Raisonance is still best in code size, and still worst in every other way. IAR is still best in ISO C99 standard compliance and has good code speed. SDCC still is best overall (getting top results in every category except code size, where Raisonance is still better). Cosmic is doing okay in every category, but doesn't really have a particular strong point.
