Project

General

Profile

« Previous | Next » 

Revision cfc006d4

Added by jhawthorn (John Hawthorn) 3 days ago

Always use atomics to get the shape count

When sharing between threads we need both atomic reads and writes. We
probably didn't need to use this in some cases (where we weren't running
in multi-ractor mode) but I think it's best to be consistent.