|
|
|
|
|
by pizlonator
2369 days ago
|
|
X86 is particularly friendly to self modifying code, going so far as to require fewer fences and hints when code is modified. It’s generally easier to implement self- and cross-modifying code on x86 than other ISAs, like say arm. (I manage a team thag writes self modifying code for a living.) |
|