Commit 5250979
[wasm] Reduce SIMD, branch and branchif generator weights
Branch and branchif generators might generate many endless loops.
Otherwise, the simd instructions got maybe a too high weight (which
makes sense in the beginning).
Change-Id: I92c15162aeaac5ab8941721febeb4c93b03a6b28
Reviewed-on: https://chrome-internal-review.googlesource.com/c/v8/fuzzilli/+/7977729
Commit-Queue: Eva Herencsárová <evih@google.com>
Reviewed-by: Carl Smith <cffsmith@google.com>1 parent f671b64 commit 5250979
2 files changed
Lines changed: 11 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
282 | | - | |
283 | | - | |
| 282 | + | |
| 283 | + | |
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | 100 | | |
102 | 101 | | |
103 | 102 | | |
| |||
0 commit comments