--
You received this message because you are subscribed to the Google Groups "pmem" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pmem+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pmem/7hgopfh2cqnms5p7o5epif4rrulh259lt8%404ax.com.
One approach to this might be to use a delegation mechanism similar to the SOSP 2017 paper (“ ffwd: delegation is (much) faster than you think”). https://dl.acm.org/doi/10.1145/3132747.3132771
Note that this approach does work in shared memory across nodes.
Tony