Linked by Thom Holwerda on Thu 8th Jan 2009 07:16 UTC
Thread beginning with comment 342690
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
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.






Member since:
2008-04-02
Logged into my MSDN account but there are two versions (well there are lot of versions but two which I don't know the difference between).
What's the difference between the "Checked Build" and the non checked build... ?