C++ Logo

std-proposals

Advanced search

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

From: Frederick Virchanza Gotham <cauldwell.thomas_at_[hidden]>
Date: Tue, 28 Jan 2025 13:08:49 +0000
On Tue, Jan 28, 2025 at 12:40 PM Sebastian Wittmeier wrote:
>
> Who or what would update the pointers, when relocating?


The relocation is performed on page 5 of this paper:

     http://www.virjacode.com/papers/unaligned_latest.pdf

Scroll down to the part that says:

      // Step 4: Adjust the pointer
      p += dst-src;

Received on 2025-01-28 13:09:04