snazzy-d / sdc

The Snazzy D Compiler
MIT License
246 stars 55 forks source link

bitmap.copyRangeFrom() #349

Closed dsm9000 closed 9 months ago

dsm9000 commented 9 months ago

Needed for the new dirty regions tracking mechanism.

deadalnix commented 9 months ago

Superseeded by 31783dfd . It is simpler I could wager faster, and, while it doesn't allow copy from anywhere to anywhere, it turns out we don't need copy from anywhere to anywhere.

dsm9000 commented 8 months ago

@deadalnix thanks! and you're right that we don't presently need from-anywhere-to-anywhere. (I had simply assumed that the thing ought to behave like memcpy.)