javier_carrero
Programmer
Hello everyone.
My problem is related to runtime of a .exe app. I've been given a very large code (wich I know it's bug free) but it takes too much time to run. I have compiled it with GNU, trying with some different flags such as the -O optimization levels. I'm not able to use the parallel programming neither due to my computer has only two processors.
I am trying to optimize it with the flags compilation options, but I cannot find any rewarding information in the Internet. So my question is if there are any compiling options I can use in order to reduce the runtime of the program.
Thank you in advance.
My problem is related to runtime of a .exe app. I've been given a very large code (wich I know it's bug free) but it takes too much time to run. I have compiled it with GNU, trying with some different flags such as the -O optimization levels. I'm not able to use the parallel programming neither due to my computer has only two processors.
I am trying to optimize it with the flags compilation options, but I cannot find any rewarding information in the Internet. So my question is if there are any compiling options I can use in order to reduce the runtime of the program.
Thank you in advance.