Commit 6c60634
Refactor chooseArgumentLists to use arguments history list
The goal is to improve readability.
It affects probability distribution:
- Allows up to 4 distinct argument sets (previously capped at 3).
- When reusing arguments, selects uniformly from all previously generated sets, eliminating the bias towards the first set found in the previous implementation.
Original implementation added in: crrev/i/9020237
Change-Id: I590149d3d0cf7f1889c68c30fc8d4b0f0d71e6e5
Reviewed-on: https://chrome-internal-review.googlesource.com/c/v8/fuzzilli/+/9022358
Commit-Queue: Dominik Klemba <tacet@google.com>
Commit-Queue: Matthias Liedtke <mliedtke@google.com>
Reviewed-by: Michael Achenbach <machenbach@google.com>
Reviewed-by: Matthias Liedtke <mliedtke@google.com>
Auto-Submit: Dominik Klemba <tacet@google.com>1 parent afeb461 commit 6c60634
1 file changed
Lines changed: 10 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
| 80 | + | |
80 | 81 | | |
81 | | - | |
82 | | - | |
83 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
84 | 88 | | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | 89 | | |
93 | 90 | | |
94 | | - | |
95 | | - | |
| 91 | + | |
| 92 | + | |
96 | 93 | | |
97 | 94 | | |
98 | 95 | | |
| |||
0 commit comments