-!- Netsplit *.net <-> *.split quits: Blok | 09:41 | |
stekern | some more compiler/toolchain comparisons: gcc4.8.0 did indeed perform about the same at -O2 as gcc4.5.1 at -O3 when compiling my membenchmark | 12:07 |
---|---|---|
stekern | gcc4.8.0 was slightly slower than gcc4.5.1 in dhry at -O2 (0.88 for gcc4.8.0 and 0.92 for gcc4.5.1) | 12:07 |
stekern | clang was way behind at 0.5, I checked what slowed it down so much and it was the strcpys being done as memcpys, could be me doing something suboptimal in our backend | 12:09 |
stekern | gcc4.8.0 is slightly faster than gcc4.5.1 in coremark | 12:09 |
stekern | our llvm backend can't compile coremark yet (missing support for jumptables), so I have no data on that | 12:10 |
Generated by irclog2html.py 2.15.2 by Marius Gedminas - find it at mg.pov.lt!