mratsim / weave

A state-of-the-art multithreading runtime: message-passing based, fast, scalable, ultra-low overhead
Other
537 stars 22 forks source link

AddressSanitizer test suite #80

Open mratsim opened 4 years ago

mratsim commented 4 years ago

It would be nice to run AddressSanitizer in CI following #78 and #79

Currently parallel_for and parallel_for_staged work

There are a couple of limitations:

mratsim commented 4 years ago

After f19c295 Persistacks are also address sanitized but while the very short persistack example work we now have a use-after-poison in the parallel_for example.