Skip to content

Commit 858f846

Browse files
authored
Update formal_verification.md
1 parent 02d0a43 commit 858f846

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

formal_verification.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ int main(int argc, char* argv[])
110110
}
111111
```
112112

113-
My modest hardware (T420/i5-2520M@2.5GHz/8GB) completes a check of a 7-char pattern and a 3-char text string in 20-30 minutes (size includes null-termination):
113+
My modest hardware (T420/i5-2520M@2.5GHz/8GB) completes a check of a 7-char pattern and a 3-char text string in 20-30 minutes (size includes null-termination).
114+
whereas 8/5 takes +8 hours:
114115

115116
```
116117
klee@780432c1aaae0:~$ clang -emit-llvm -g -c -O0 -Xclang -disable-O0-optnone re.c

0 commit comments

Comments
 (0)