Lioncash a665470545 fuzz_with_unicorn: Move std::vector outside loop in small random block test case
Avoids constructing and destructing the vector repeatedly, we can just
alter the contents of the vector on each iteration instead. Also move
out the std::array instances as well, like with the floating-point test
case and the single random instruction test case.

We can also use the regular form of std::generate and avoid hardcoding
size values twice.
2018-07-13 14:48:09 +01:00
..
2018-02-08 02:14:42 +00:00
2018-06-27 21:23:14 +01:00
2018-06-27 21:23:14 +01:00
2016-07-07 19:01:47 +08:00