Y
Hacker News
new
|
ask
|
show
|
jobs
by
nine_k
765 days ago
What kind of flaws? I would expect performance problems.
1 comments
jupp0r
765 days ago
To start with, you usually perform verification on a behavioral model and not on the code itself. This opens up the possibility that there are behavioral differences between the code itself and the model which wouldn't be caught.
link
nine_k
765 days ago
Could you offer an example?
link
jupp0r
764 days ago
If you work through the TLA+ tutorial[1] it will help you get a good idea of the benefits and limitations of verification.
[1]
https://learntla.com/
link