zink
zink copied to clipboard
Store function parameters in memory on demand
Describe the feature
we are currently storing function arguments in stack, which is buggy when functions calling parameters multiple times, ideally, we do optimizations with stack if the callee function works with it
Solution
No response