Closed
Description
It could be great to have local storage that are unique by function call site (like Lustre does).
This reduce the need for dynamique memory and it's much easier than doing it by hand. This is also great for real time application, or application that refuse dynamic memory (for security, safety or speed reason).