It is only used to store a few local variables within one function, which is better accomplished by just declaring them on stack explicitly.
12 KiB
12 KiB
It is only used to store a few local variables within one function, which is better accomplished by just declaring them on stack explicitly.