Recently I've been wondering if it's possible for the compiler with some flag optimization, avoid copying two arrays to the .rodata section? Thus, memory addresses would be the same, eg
const char str[7] = "string";
const char str1...
asked by
31.10.2018 / 03:13