Linked by Thom Holwerda on Thu 26th Jun 2008 21:52 UTC, submitted by Taylor
Thread beginning with comment 320372
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
If you want to know about how OS X is really constructed, there is a an *awesome* video recording from the 24C3 hacker meeting. You can find it under:
http://chaosradio.ccc.de/24c3_m4v_2303.html
IIRC XNU even stands for Xnu is Not Unix.






Member since:
2005-08-08
Darwin has another kernel, xnu, which is quite different. MacOS X isn't FreeBSD + stuff, it's Darwin + stuff, and my guess is that even though they use some stuff from FreeBSD it's not really something that would give such a speed-up.

My guess is that the speed comes from the jump to 64-bit (more registers etc) and optimizations. Which is great news indeed. What I do wonder is if they are using some cool SSE(1-4) voodoo as well:) Nice not having to focus on old CPUs