Y
Hacker News
new
|
ask
|
show
|
jobs
by
angry_octet
3465 days ago
Agreed, compiler implementors rarely decide to use more memory than is required. There may be a
stack canary
, but this is between stack allocated variables and control flow structures, not for every array.