C++ Logo

std-proposals

Advanced search

Re: [std-proposals] Make all data pointers intercompatible

From: Frederick Virchanza Gotham <cauldwell.thomas_at_[hidden]>
Date: Mon, 27 Jan 2025 12:12:00 +0000
On Mon, Jan 27, 2025 at 10:55 AM Sebastian Wittmeier wrote:
>
> So you want to abolish alignment?


No I'm talking about re-locating an object into unaligned memory for a
short time, and then later bringing it back into aligned memory in
order to do work with it. I'm not suggesting we do any work with the
object while it's unaligned.

I described it in this paper a while back:
http://www.virjacode.com/papers/unaligned_latest.pdf

Received on 2025-01-27 12:12:08