Hacker News new | ask | show | jobs
by byroot 1689 days ago
Because JITed code will inline things like the address of some specific objects (typically constants) etc. To share code between processes you'd need to ensure all these references are exactly the same in each process.