Hacker News new | ask | show | jobs
by saagarjha 2369 days ago
x86 is actually one of the easier platforms to have self-modifying code on, because you don’t have to flush the instruction cache.
1 comments

Which is kind of interesting considering how removed the assembly which was written is from what is actually executed. You'd think x86 would be even less likely to notice you changed the plan out from underneath it.