Cesium
Cesium copied to clipboard
Provide dense packing for the vararg parameters
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.