|
|
|
|
|
by berlinquin
1898 days ago
|
|
First time reading about compiler fuzzing, but seems like there's some parallels with TLA+. With TLA+, you could check a compiler's specification before you implement it. Then, once you've implemented it, you could do fuzzing on the actual program. I wonder how much overlap there is between bugs you could catch with TLA+ vs fuzzing. |
|