c4-project / c4f

The C4 Concurrent C Fuzzer
MIT License
14 stars 1 forks source link

C-mini variable traversal is a mess #136

Closed MattWindsor91 closed 5 years ago

MattWindsor91 commented 5 years ago

The fuzzer and delitmusifier both have large swathes of code dedicated to finding all of the local and global typed-variables from a C litmus test. This is both redundant and prone to divergence of implementation later on, so it'd be good to fix this sooner rather than later.