|
|
|
|
|
by yellowapple
3674 days ago
|
|
I haven't tried it on -current yet, but I don't recall ever hearing about BEAM (Erlang's VM) being affected by this. It probably helps that BEAM inherits a lot of Erlang semantics like immutability and process isolation; I reckon this eliminates a lot of the need for a given portion of memory to be both writable and executable at the same time. |
|