C++ Logo

std-proposals

Advanced search

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

From: Sebastian Wittmeier <wittmeier_at_[hidden]>
Date: Mon, 27 Jan 2025 13:23:00 +0100
And you are assuming a pointer back to memory within the object itself among its member variables? Or are you talking about a pointer to the overall object in unaligned memory? -----Ursprüngliche Nachricht----- Von:Frederick Virchanza Gotham via Std-Proposals <std-proposals_at_[hidden]> Gesendet:Mo 27.01.2025 13:12 Betreff:Re: [std-proposals] Make all data pointers intercompatible An:std-proposals_at_[hidden]; CC:Frederick Virchanza Gotham <cauldwell.thomas_at_[hidden]>; 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:26:33