Skip to content

Commit 7df1961

Browse files
authored
Update formal_verification.md
1 parent 858f846 commit 7df1961

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

formal_verification.md

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

113-
My modest hardware (T420/[email protected]/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:
113+
My modest hardware (T420/[email protected]/8GB) completes a check of a 7-char pattern and a 3-char text string in 20-30 minutes (size includes null-termination), whereas 8/5 takes +8 hours:
115114

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

0 commit comments

Comments
 (0)