Page MenuHomePhabricator

[secp256k1] Do not use unitialized multiset in multiset benchmark
ClosedPublic

Authored by deadalnix on Jul 9 2020, 10:55.

Details

Summary

As per title.

The compiler might possibly collapse everything based on the fact x is uninitialized, which we do not want.

Test Plan
ninja bench-secp256k1

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Jul 9 2020, 11:00
This revision was landed with ongoing or failed builds.Jul 9 2020, 11:04
This revision was automatically updated to reflect the committed changes.