diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-02-13 20:36:16 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2023-02-14 14:56:49 +0100 |
| commit | 68f80dec7aa2d7c4ae909b4b3eb0953bc3990701 (patch) | |
| tree | e67c30b44eccdf99ffdac459dc3d287a6a8ed37f /pkg | |
| parent | 9db88265dbce82f690f9b166b24bba1570d15854 (diff) | |
prog: add a new DupCallCollide collide type
It duplicates random calls in a program and makes the duplicated copies
async.
E.g. it could transform
r0 = test()
test2(r0)
to
r0 = test()
test2(r0) (async)
test2(r0)
or
test() (async)
r0 = test()
test2(r0)
Diffstat (limited to 'pkg')
0 files changed, 0 insertions, 0 deletions
