Misc questions:- licensing, VC++ IDE compatible, GPGPU, LTCG,
Walter Bright
newshound1 at digitalmars.com
Tue May 18 15:07:50 PDT 2010
bearophile wrote:
> Life isn't fair. Too bad for the one with a inferior back-end.
Of course it isn't fair. But if you want to draw useful conclusions from a
benchmark, you have to do what is known as "isolate the variables". If there are
two independent variables feeding into performance, you CANNOT draw a conclusion
about one of them from the performance. In other words, if:
g = f(x,y)
then knowing g, x and y tells you nothing at all about x's contribution to g.
More information about the Digitalmars-d
mailing list