Provide dense packing for the vararg parameters
Open
area:cil-interop
area:compiler
status:help-wanted
- Dominant language
- C#
- Stars
- 451
- Forks
- 49
- Avg merge
- 13h 59m
- Merged PRs (30d)
- 6
Description
Currently for each vararg parameter allocated 8 bytes. That's expensive and at the same time disallow passing structs inside functions with varargs. We need allocate exact number of bytes required for varargs buffer.
When fixing this, don't forget to look through all the mentions of `285` in the code.
Contributor guide
Assessment
This issue has not been assessed yet.