|
|
|
|
|
by jjtheblunt
843 days ago
|
|
> In Rust you can take any data structure and mutate it. What if a memory location not marked "mut" is allocated by the compiler in the executable TEXT segment, so the virtual memory page is itself mapped read only? Are you certain you can get away with what you said, within the promises of the compiler? |
|