[Issue 255] Odd performance difference w/ complex doubles.
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Jun 21 09:31:09 PDT 2007
http://d.puremagic.com/issues/show_bug.cgi?id=255
------- Comment #3 from baryluk at mpi.int.pl 2007-06-21 11:31 -------
Timings (n=1000, Athlon 1GHz) of code from comment #0 (zero changes)
dmd-1.015: 1.95 sec
dmd-1.015 -version=foo: 2.03 sec
dmd-1.015 -O -inline: 1.03 sec
dmd-1.015 -O -inline -version=foo: 1.60 sec
using bash builtin function time. optimised version without foo is better
becouse local variables can be properly alligned on the stack and access to
them can be optimised.
--
More information about the Digitalmars-d-bugs
mailing list