Lab3 Cont. Recompile adding -staticjadach1Sep 21, 20181 min readAdding static to the gcc command creates a binary file which is about 700% larger and an output file from objdump which is 16K lines long. This -static flag does not seem to be an optimal choice when trying to create smaller applications.
Adding static to the gcc command creates a binary file which is about 700% larger and an output file from objdump which is 16K lines long. This -static flag does not seem to be an optimal choice when trying to create smaller applications.
Closing ThoughtsFor my final blog post I would like to discuss what I have learned and plan to utilize in the future from this course. So although I was...
Stage 3 Optimization(COMPUTER ARCHITECTURE ENDIANESS)Seeing as how the compiler flags did not provide any optimization I will on to my next attempt which is converting big endian to small...
Stage 3 Optimization(Compiler Flags)My first attempt to optimize the project will be to work with the compiler flag options. By default the compiler is set to compile in...
Comments