|
|
|
|
|
by runevault
656 days ago
|
|
there are ways (byref I think?) to pass references to stack variables around. And Statics depends. Static const even with stuff like strings would just compile directly into the binary, regular static still has to end up on the Heap. |
|