AFAIK `const` arrays are inlined into the executable and won't take up any 
stack space (unless you perform a copy to stack, which you're not doing in this 
example).

Reply via email to