iagoq
iagoq
> I know I reopened this, but honestly, it's an awful idea. At comptime you can just declare whatever data you want. If you need an allocator for something that...
thank y'all for your time working on this issue 🙂 an extra detail I didn't make very clear is that the reserved space grows with the number of arguments. If...
this [godbolt reproducer](https://godbolt.org/z/r3Yee7sG7) uses 40 bytes for the parameter area ```c int use_reserved_space(int arg1, int arg2, int arg3, int arg4, int arg5) { return arg5; } ```