diff options
Diffstat (limited to 'results/scraper/fex/1956')
| -rw-r--r-- | results/scraper/fex/1956 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/results/scraper/fex/1956 b/results/scraper/fex/1956 new file mode 100644 index 000000000..cd595e88c --- /dev/null +++ b/results/scraper/fex/1956 @@ -0,0 +1,7 @@ +SMC: Finer grained Mman / Invalidation Locks +Follow up from #1842, + +We can use much finer grained mman / translation locks, vs the lock the world approach taken there. + +- Use an inverval lock tree +- Lock based on arguments (eg, mmap w/o MAP_FIXED doesn't need to clear code caches, or mprotect that doesn't affect PROT_EXEC, etc) \ No newline at end of file |