Commit 1be8097
authored
feat[venom]: tune function inliner (#4584)
this commit tunes the function inliner by assigning `param` and `ret`
instructions a cost of 0 (in fact, they should probably have negative
cost, since those only have cost in the call convention overhead, but
when inlined, they disappear).1 parent 8d2fd72 commit 1be8097
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
| 405 | + | |
| 406 | + | |
405 | 407 | | |
406 | 408 | | |
407 | 409 | | |
| |||
0 commit comments