|
|
|
|
|
by BeeOnRope
2218 days ago
|
|
Wouldn't this break the existing semantics of mmap, which is after the mmap call returns, other threads in the same process will fault if the they access the mapping? Sure, avoiding re-use prevents some types of bugs but not others. |
|
Sure, it's possible, but if no programs do it, it might be worth breaking the behaviour for the performance increase.