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.
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.