> -----Ursprüngliche Nachricht----- > Von: Gcc-help <gcc-help-bounces+bebbo=bejy.net@xxxxxxxxxxx> Im Auftrag > von Oleg Endo > Gesendet: Donnerstag, 18. Januar 2024 00:33 > An: stefan@xxxxxxxxx; gcc-help@xxxxxxxxxxx > Betreff: Re: AW: autoinc / postinc not used > > > On Wed, 2024-01-17 at 16:19 +0100, stefan@xxxxxxxxx wrote: > > > > > > There are some more hacks needed to fix the handling here and there, most > work is needed for -funroll-loops. After all, gcc creates beautiful code as > shown here http://franke.ms/cex/z/MGTb5P . There it's still the old version > 6.5.0, but maybe I'll port that to a more recent version. > > If there is interest for other targets, I can provide the information to apply > my changes. Or you grab it yourself from my github repo. > > > > > > The results you're getting on GCC 6 look great. Where is the patch or your > github repo? > > Cheers, > Oleg My gcc repo is here: https://github.com/bebbo/gcc and the most important branch is amiga6. Some changes are inside ifdef blocks with TARGET_M68K or TARGET_AMIGAOS. So don't expect to benefits out of the box... ... Regards Stefan