ARM Cortex-M - Static array dyamically allocated

Daniel Kozak kozzi11 at gmail.com
Wed Dec 18 06:31:57 PST 2013


> IMHO it is not a bug. Even static arrays are dynamically 
> allocated and then convert to static.

I mean everytime when you write [something, something else, ...] 
even if all members are known at compile time, it will create 
dynamic array.


More information about the D.gnu mailing list