View previous topic :: View next topic |
Author |
Message |
an7h Tux's lil' helper
Joined: 10 Jan 2018 Posts: 92
|
Posted: Tue Sep 24, 2024 5:07 pm Post subject: Switch i5-3360M with i7-3520M - is full OS recompile needed? |
|
|
I've got a Thinkpad T430 and would like to upgrade the CPU. Considering these CPUs are in the same generation and pretty similar, is it really necessary to recompile WORLD and the kernel in order to achieve full stability and performance? I was wondering if spending time is really necessary in this case. _________________ If dreams were horses, beggars would ride. |
|
Back to top |
|
|
eccerr0r Watchman
Joined: 01 Jul 2004 Posts: 9824 Location: almost Mile High in the USA
|
Posted: Tue Sep 24, 2024 5:33 pm Post subject: |
|
|
Yes, since they are the same generation, I don't think you'd see much if any improvement at all if you tweaked compilation options... and even with the i7, just a few percent for the clock speed increase otherwise nothing really noticeable. _________________ Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching? |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 22636
|
Posted: Tue Sep 24, 2024 6:10 pm Post subject: |
|
|
Assuming that the new CPU is at least as capable as the old one in terms of supported instructions, then there is no need to recompile at all. You might get improvements from rebuilding, but like eccerr0r says, I doubt it would be worth your time. If it were me, I would not explicitly rebuild anything, and instead rely on the incremental rebuilds from general updates to migrate the system over time.
If the new CPU is not able to run some instructions that the old CPU can, and you built your programs to use those instructions, then you could get in trouble. Check Ark to see whether the old CPU has any features that the new CPU lacks. If it does, then you might (or might not) be configured in a way that will have trouble. If it does not, then you cannot have any programs that will start failing when the CPU is changed. |
|
Back to top |
|
|
an7h Tux's lil' helper
Joined: 10 Jan 2018 Posts: 92
|
Posted: Tue Sep 24, 2024 6:31 pm Post subject: |
|
|
@eccerr0r
@Hu
Thank you. yes, I suspected as much. These two CPUs are almost identical, which is why I thought that maybe there is no reason to recompile everything? The i7 just has higher clock speeds and more cache. It's not really much of an upgrade compared to the previous CPU, but it's cheap the get one, so why not? _________________ If dreams were horses, beggars would ride. |
|
Back to top |
|
|
|