pnnl / chgl

Chapel HyperGraph Library (CHGL) - HPC-class Hypergraphs in Chapel
https://pnnl.github.io/chgl/
MIT License
29 stars 8 forks source link

Implement Interval-Based Memory Reclamation #36

Closed LouisJenkinsCS closed 4 years ago

LouisJenkinsCS commented 6 years ago

Interval-Based Reclamation is a new memory reclamation technique that is actually developed and created in my current study group at Rochester. One way to get around the lack of TLS is by using the new "task-private variables", usable with the following intent: with (var taskPrivateVariable : tpvType). Extremely useful, and with forwarding we can wrap the objects we are interested in protecting in them.

github-actions[bot] commented 4 years ago

This issue is stale and should either be closed or eventually resolved.