On 11/14/2023 12:24 AM, Walter Bright wrote: >> Dmd is a right off if you are doing anything >> more than just reference counting with it. > > Aside from fence, they can all be done with simple functions. So why not? The fence instructions are supported by DMD's inline assembler, so they can be done, too, as simple functions. Why is this a write-off?