Y
Hacker News
new
|
ask
|
show
|
jobs
by
taejo
4175 days ago
Yes. Many programs rely on W&X (I believe the JVM is a prominent example)
1 comments
masklinn
4174 days ago
Any JIT-based system requires executable writable memory. This includes the JVM, LuaJIT, Pypy, HHVM and all modern browsers.
link
m_eiman
4174 days ago
It'd be quite possible for a JIT to have the memory first writable but not executable when creating the code, then the other way around when running it. No need to be both at the same time.
link