|
|
|
|
|
by acqq
2688 days ago
|
|
> I get 60ms in C OK, I get cca 80ms for my run with the parameter 1 on my main computer, and 200ms on N3150 Celeron. > b is not used after being calculated Earlier, I've never seen that any C compiler optimizes away the call to the allocator and the access to the so allocated arrays. Maybe it's different now? Hm, dead code elimination... I guess a random init of the few values before and read and print of a few values after the loop must be always safe... Now that I think, also filling the array with zeroes before. |
|