Data

Per thread record to store thread associated data for garbage collection.

struct Data {
typeof(rt.sections.initTLSRanges()) tlsRanges;
rt.lifetime.BlkInfo** blockInfoCache;
}

Meta