Y
Hacker News
new
|
ask
|
show
|
jobs
by
joelbluminator
1687 days ago
Im out of my depth here but why can't they share the JITed code?
1 comments
byroot
1687 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.
link