Linked by Thom Holwerda on Thu 8th Jan 2009 07:16 UTC
Thread beginning with comment 342692
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.






Member since:
2005-08-29
Little googling helps. I think this might be the answer,
http://msdn.microsoft.com/en-us/library/ms792432.aspx
Checked components of the operating system contain fewer optimizations and more debugging checks than otherwise identical free components. Therefore, checked components run substantially slower than free counterparts.
It is important for driver writers to remember that this slower execution can cause changes in the timing relationships among code paths. Therefore, the checked build can hide timing problems (such as race conditions or deadlocks) that might be revealed in the free build. Thus, you must test all of your drivers on both the free build and the checked build of the operating system before release.