This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rt.sections_android: Don't bother excluding static TLS data from GC s…
…canning As it apparently doesn't always end up at the start of the data segment, e.g., with the gold linker, see ldc-developers/ldc#3350 (comment). It should be rather small in most cases, especially in comparison to the ranges on the heap, so just don't bother.
- Loading branch information