SPO600 Blog
Thursday, April 21, 2016
Trying to get my changes upstream
›
As noted before my optimization was to change the compiler flag from -O2 to -O3. This increased the speed with 11% on x86_64. During the tes...
Sunday, April 10, 2016
Compiling Optimization Betty
›
After benchmarking x86_64 with the -O3 optimization flag, it's time to test this on ARCH64. Since I can only work from the command line...
Compiling Optimization x86_64
›
As mentioned in the previous post I am going to take a look at the compiler flags and how I might be able to optimize them. The currents f...
G-Profiling
›
To enable g-profiling you need to add the -pg flag to the compiler options. These options can be found in the Makefile. Just look for the te...
Tuesday, March 29, 2016
MD5deep focus area
›
So my first thought on the focus area was implementing a way for aarch64 to be installed correctly since I ran into trouble with the archite...
MD5deep benchmarking betty
›
Now that I'm done testing and benchmarking on my own x86_64 fedora system, I need to test md5deep on an AARCH64 system. I transferred th...
MD5deep benchmarking x86_64
›
I currently only have md5deep installed on my own fedora workstation, so I could test if I could get it working. Now that I did get it to wo...
›
Home
View web version