On 3/16/23 13:24, Akihiko Odaki wrote:
+static const Object **accessed_region_owners; +static size_t accessed_region_owners_capacity; +static size_t accessed_region_owners_num; +
These should be thread-local variables at least, because the memory access API is thread-safe.
Paolo
