Jun 30, 2021 Post comments count0 Post likes count0 2021 mid-year link clearance Raymond Chen A collection of stuff that has accumulated.
Jun 29, 2021 Post comments count20 Post likes count0 What should the CPU usage be of a fully-loaded CPU that has been throttled? Raymond Chen A valid difference of opinion.
Jun 28, 2021 Post comments count2 Post likes count0 The initializing constructor looks like an assignment, but it isn’t Raymond Chen There is no assignment going on; it's just a quirk of syntax.
Jun 25, 2021 Post comments count1 Post likes count0 The ARM processor (Thumb-2), part 20: Code walkthrough Raymond Chen Putting together what we've learned, with a surprise.
Jun 24, 2021 Post comments count1 Post likes count0 The ARM processor (Thumb-2), part 19: Common patterns Raymond Chen Code sequences you will learn to recognize.
Jun 23, 2021 Post comments count1 Post likes count0 The ARM processor (Thumb-2), part 18: Other kinds of prologues and epilogues Raymond Chen Taking shortcuts and combining steps, or omitting them entirely.
Jun 22, 2021 Post comments count3 Post likes count0 The ARM processor (Thumb-2), part 17: Prologues and epilogues Raymond Chen Implementing the receiving end of the calling convention.
Jun 21, 2021 Post comments count3 Post likes count0 The ARM processor (Thumb-2), part 16: The calling convention Raymond Chen Pretend it's on the stack, even if it isn't.
Jun 18, 2021 Post comments count5 Post likes count0 The ARM processor (Thumb-2), part 15: Miscellaneous instructions Raymond Chen The stuff that didn't fit anywhere else.
Jun 17, 2021 Post comments count1 Post likes count0 The ARM processor (Thumb-2), part 14: Manipulating flags Raymond Chen Reaching in and flipping the switches.