Sep 7, 2016 Post comments count0 Post likes count1 If I zero out my memory pages, does that make them page in faster? Raymond Chen Not really.
Sep 2, 2016 Post comments count0 Post likes count1 A customer question about shortcuts that don’t have a target path Raymond Chen Digging into the question to find the solution.
Aug 29, 2016 Post comments count0 Post likes count1 Detecting what language or script a run of text is written in, redux Raymond Chen One step closer to actually doing it.
Aug 26, 2016 Post comments count0 Post likes count2 Spurious wakes, race conditions, and bogus FIFO claims: A peek behind the curtain of WaitOnAddress Raymond Chen Watch the gears turn.
Aug 25, 2016 Post comments count0 Post likes count3 Implementing a critical section in terms of WaitOnAddress Raymond Chen Building things out of other things.
Aug 24, 2016 Post comments count0 Post likes count2 Implementing a synchronization barrier in terms of WaitOnAddress Raymond Chen Kicking the tires by building another kind of tire.
Aug 23, 2016 Post comments count0 Post likes count3 WaitOnAddress lets you create a synchronization object out of any data variable, even a byte Raymond Chen Pick a byte, any byte.
Aug 19, 2016 Post comments count0 Post likes count1 Is it okay to call TryAcquireSRWLock from a thread that has already acquired the lock? Raymond Chen No.
Aug 18, 2016 Post comments count0 Post likes count1 If I have a modeless dialog box with custom accelerators, which should I call first: IsDialogMessage or TranslateAccelerator Raymond Chen Only one way works.
Aug 17, 2016 Post comments count0 Post likes count1 On installing a custom unhandled exception filter and intentionally raising an exception to get its attention Raymond Chen Mind those stack frames.