Re: [PATCH v4 2/7] fuzz: double the IOs to remove for every loop

2021-01-06 Thread Alexander Bulekov
On 201229 1240, Qiuhao Li wrote: > Instead of removing IO instructions one by one, we can try deleting multiple > instructions at once. According to the locality of reference, we double the > number of instructions to remove for the next round and recover it to one > once we fail. > > This patch i

[PATCH v4 2/7] fuzz: double the IOs to remove for every loop

2020-12-28 Thread Qiuhao Li
Instead of removing IO instructions one by one, we can try deleting multiple instructions at once. According to the locality of reference, we double the number of instructions to remove for the next round and recover it to one once we fail. This patch is usually significant for large input. Test