<div dir="ltr"><div>After an interesting chat with Jason & Vadim I thought this might be of interest to some in the group:</div><div><br></div><div><a href="http://godbolt.org/">http://godbolt.org/</a></div><div><br></div><div>Essentially, a web based C -> Assembly Language compiler. It does ARM/AVR/MIPS/x86/x64/PowerPC and MSP (not familiar with that). By messing with compiler options like -Os and "-Ofast -march=native" it's interesting to see the effects.</div><div><br></div><div>For pure aesthetic reasons I like the ARM output. The x86/x64 stuff gets very messy when SSE is used (but is obviously fantastically quicker than a more naïve version).</div><div><br></div><div>Daryl.</div></div>