Hacker News new | ask | show | jobs
by ajuc 2034 days ago
That depends on the software. Compiling C++ is basically linear with the number of cores for example.
1 comments

If you mean that compiling gets faster.. then yes, with 'make -j' it will. But that you're compiling C++ has nothing to do with it, except that (as with most other modern languages) you have individual components which can be compiled in parallel. But this is hardly what the grandparent meant by automatically getting a speed boost just by executing existing software on a newer system.