Compiling vs using pre-built binaries performance?
Posted
by
Nick Rosencrantz
on Programmers
See other posts from Programmers
or by Nick Rosencrantz
Published on 2012-10-04T22:27:23Z
Indexed on
2012/10/05
3:51 UTC
Read the original article
Hit count: 302
Will performance be better (quicker) if I manually compile the source for a software component for the actual machine that it will be used on, compared to if the source was compiled on another platform perhaps for many different architectures? I got some good results compiling source that I downloaded and I wonder whether this was due to compiling it instead of downloading a pre-compiled binary which is often the case with software updates.
© Programmers or respective owner