Archive for June 3rd, 2008
Manual Code Optimizations – part 1
During the many years I spent programming, I’ve had a lot of fun in code optimization (for both speed and space). Not by compiler optimization, but just doing it by hand. Specifically, optimization that’s going to work on any kind of x86 offspring, without the fancy new technologies.
I hope to do a series of these things, but here’s the first one.
Add comment June 3, 2008