I haven't done real hard measurements but the systems are different. I have been able to fit a program on atmega328 with Amforth which was designed for AtMega128 and it consumed between 40 to 60 kB flash.
Also in some libraries there are so long delay() functions that MCU is just counting while it could do something usable. In stead of delay() in C, I had ADC running on Amforth and while waiting that I did other calculations. However 1 LED_PIN pin! 0 LED_PIN pin! is much slower than digitalWrite(LED_PIN, 1); digitalWrite(LED_PIN, 0); So. it depends what are you doing and how are you factoring. Has there been any thought about optimizer? Best regards, Hannu Vuolasaho ---------------------------------------- > Date: Tue, 17 Dec 2013 14:19:59 -0700 > From: cal...@gmail.com > To: amforth-devel@lists.sourceforge.net > Subject: [Amforth] AmForth vs. Arduino Performance > > Has anyone done measurements to see the relative performance of code > written in these two environments? From my own experience I can see that > AmForth is slower than compiled Arduino code but I wonder by what factor? > > > Craig Lindley > > If you’re one in a million, there are now seven thousand people exactly > like you. > ------------------------------------------------------------------------------ > Rapidly troubleshoot problems before they affect your business. Most IT > organizations don't have a clear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk > _______________________________________________ > Amforth-devel mailing list for http://amforth.sf.net/ > Amforth-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/amforth-devel > ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ Amforth-devel mailing list for http://amforth.sf.net/ Amforth-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amforth-devel