Commit 36d6258
Add ManyArgumentsCall CodeGenerator
Calling apply() with an array like this generator does will create a
function call with as many arguments as the size of the array.
It is meant to cover the discrepencies in max argument counts between
turboshaft and maglev.
Bug: b/455503442
Change-Id: Ia605368687970369e168796273486d75de4cc811
Reviewed-on: https://chrome-internal-review.googlesource.com/c/v8/fuzzilli/+/8839116
Reviewed-by: Matthias Liedtke <mliedtke@google.com>
Commit-Queue: Hendrik Wüthrich <whendrik@google.com>1 parent cb649fa commit 36d6258
2 files changed
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| 132 | + | |
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1846 | 1846 | | |
1847 | 1847 | | |
1848 | 1848 | | |
| 1849 | + | |
| 1850 | + | |
| 1851 | + | |
| 1852 | + | |
| 1853 | + | |
| 1854 | + | |
| 1855 | + | |
| 1856 | + | |
| 1857 | + | |
| 1858 | + | |
| 1859 | + | |
| 1860 | + | |
| 1861 | + | |
| 1862 | + | |
| 1863 | + | |
| 1864 | + | |
| 1865 | + | |
| 1866 | + | |
| 1867 | + | |
1849 | 1868 | | |
1850 | 1869 | | |
1851 | 1870 | | |
| |||
0 commit comments