-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
A-memoryTopic: Related to memory accessesTopic: Related to memory accessesS-pending-designStatus: Resolving this issue requires addressing some open design questionsStatus: Resolving this issue requires addressing some open design questions
Description
During the pointer docs update, a discussion spawned off about effects of virtual memory: What do we still guarantee when different virtual addresses map to the same physical address? Some of libstd, e.g. copy_nonoverlapping
, will start misbehaving in that situation. FWIW, C seems to just not care: memmove
has the same problem.
Metadata
Metadata
Assignees
Labels
A-memoryTopic: Related to memory accessesTopic: Related to memory accessesS-pending-designStatus: Resolving this issue requires addressing some open design questionsStatus: Resolving this issue requires addressing some open design questions