MPLLang / mpl

The MaPLe compiler for efficient and scalable parallel functional programming
Other
329 stars 18 forks source link

bugfix: `copySuspect` and `clear_suspect` must adhere to `GC_foreachObjptrFun` interface #155

Closed shwestrick closed 2 years ago

shwestrick commented 2 years ago

The bug was introduced in #154, as the changes in #151 weren't carried through to the entanglement suspects patch. This fixes that.