Commit 52863e8
committed
runtime: Do not track map key comparisons per key
With a dynamic map, this very quickly overflows the feature table and
stalls fuzzer progress due to the rapidly increasing feature count for
distinct keys.
In the future, we may be able to detect static keys and reenable this
more fine-grained tracking.1 parent e3291c1 commit 52863e8
File tree
1 file changed
+2
-4
lines changed- src/main/java/com/code_intelligence/jazzer/runtime
1 file changed
+2
-4
lines changedLines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
816 | 816 | | |
817 | 817 | | |
818 | 818 | | |
819 | | - | |
820 | | - | |
| 819 | + | |
821 | 820 | | |
822 | 821 | | |
823 | | - | |
824 | | - | |
| 822 | + | |
825 | 823 | | |
826 | 824 | | |
827 | 825 | | |
| |||
0 commit comments