Object Code Caches: Generate relocations in relocation pools, import cached files directly to code cache
Open
- Dominant language
- C++
- Stars
- 8k
- Forks
- 351
- Avg merge
- 12h 31m
- Merged PRs (30d)
- 102
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.