Jun 30, 2021 0 0 2021 mid-year link clearance Raymond Chen A collection of stuff that has accumulated.
Jun 29, 2021 20 0 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 2 0 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 1 0 The ARM processor (Thumb-2), part 20: Code walkthrough Raymond Chen Putting together what we've learned, with a surprise.
Jun 24, 2021 1 0 The ARM processor (Thumb-2), part 19: Common patterns Raymond Chen Code sequences you will learn to recognize.
Jun 23, 2021 1 0 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 3 0 The ARM processor (Thumb-2), part 17: Prologues and epilogues Raymond Chen Implementing the receiving end of the calling convention.
Jun 21, 2021 3 0 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 5 0 The ARM processor (Thumb-2), part 15: Miscellaneous instructions Raymond Chen The stuff that didn't fit anywhere else.
Jun 17, 2021 1 0 The ARM processor (Thumb-2), part 14: Manipulating flags Raymond Chen Reaching in and flipping the switches.