Posts by Yuri • 21 points
1 post
-
2
votes1
answer130
viewsQ: Optimization with GCC
Recently I was wondering if it is possible to compile with some flag optimization, avoid copying two arrays for the section .rodata? Thus, memory addresses would be equal, example const char str[7]…