blob: 04fbef79a9a7021d1f50afac28fd87ef0c0af6d4 (
plain) (
blame)
1
2
3
4
|
Object Code Caches: Generate relocations in relocation pools, import cached files directly to code cache
Relocation pools can be marked MAP_PRIVATE instead of MAP_SHARED, and as such the object code caches can be used as is for execution instead of having to be imported to the per thread tcb.
Follow up from #1842
|