1. 9
  1.  

  2. 1

    Does anybody know if fuzzing compilers is common place?

    1. 1

      Since I’m on PC now, here is the link: Csmith.

      1. 1

        I’d guess that it isn’t given the results Csmith by John Regehr et al got. Google that. They’d have probably found less bugs if the developers were already fuzzing their compilers. Searching just now did lead to some maybe-submission-worthy stuff I might post later.

        1. 2

          Oh that would be great. I tried googling for GHC fuzzing but didn’t found much. But given all the compiler extensions and optimizations available maybe it should be a nice target. Thanks for the csmith link.