I used the RVC compressed instructions of the ISA RISC-V. But, after I realized that the gcc compiler does not maybe use these instructions. So, I added some flags to the linker and the size is decreased slightly. My question is : How I can further decrease the size of my RISC-V code ?
Thank you for your help in advance !