Skip to content

Commit 711981b

Browse files
authored
Update formal_verification.md
1 parent a8d2fcb commit 711981b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

formal_verification.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +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), 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, 8/6 takes 14 hours:
114114

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

0 commit comments

Comments
 (0)