4% slowdown observed in Mac OS X 10.5.6 compared to 10.5.4

Discussion of chess software programming and technical issues.

Moderator: Ras

smcracraft
Posts: 737
Joined: Wed Mar 08, 2006 8:08 pm
Location: Orange County California
Full name: Stuart Cracraft

4% slowdown observed in Mac OS X 10.5.6 compared to 10.5.4

Post by smcracraft »

Observed the above slowdown
when taking same version
of my chess program from
Mac OS X 10.5.4 to 10.5.6.

Apple is on the slippery slope.

It's getting so I don't trust
Operating Systems and their
companies any longer.

Does anyone do QA?
bob
Posts: 20943
Joined: Mon Feb 27, 2006 7:30 pm
Location: Birmingham, AL

Re: 4% slowdown observed in Mac OS X 10.5.6 compared to 10.5

Post by bob »

smcracraft wrote:Observed the above slowdown
when taking same version
of my chess program from
Mac OS X 10.5.4 to 10.5.6.

Apple is on the slippery slope.

It's getting so I don't trust
Operating Systems and their
companies any longer.

Does anyone do QA?
I don't see how it could do this unless it somehow manages to place your program in physical pages that map to the same section of cache, causing cache thrashing. Or unless it somehow doesn't recognize how much physical ram you have and makes the same mistake (above) for a different reason...
User avatar
sje
Posts: 4675
Joined: Mon Mar 13, 2006 7:43 pm

Re: 4% slowdown observed in Mac OS X 10.5.6 compared to 10.5

Post by sje »

bob wrote:I don't see how it could do this unless it somehow manages to place your program in physical pages that map to the same section of cache, causing cache thrashing. Or unless it somehow doesn't recognize how much physical ram you have and makes the same mistake (above) for a different reason...
More likely is that OS/X 10.5.6 is running some extra background tasks in a resource limited environment.

Hint: Turn off the Spotlight indexer if it's not needed.