On Tuesday, 18 February 2014 at 09:05:33 UTC, Stanislav Blinov
wrote:

allocationTest ...
        Time required: 2 hnsecs (o_O)
identityMatrixTest ...
        Time required: 4 hnsecs (o_O)

LDC is probably detecting that you're never actually using the
results of the operation and that none of the steps have
side-effects, so it's optimizing the call out. One way of
avoiding this is to do something like writeln the result of an
operation.

Reply via email to