ForNeVeR / ForNeVeR/Cesium

Provide dense packing for the vararg parameters

Open
#285 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.