Update block caching feature to use member in thread.

Abstract tls handling routine in thread to decouple thread from knowing
the GC's TLS specific data layout.
This commit is contained in:
Steven Schveighoffer 2024-11-15 21:12:42 -05:00 committed by Nicholas Wilson
parent 5f64a6baaf
commit 2c420d94af
9 changed files with 107 additions and 96 deletions

View file

@ -71,6 +71,7 @@ COPY=\
$(IMPDIR)\core\internal\elf\io.d \
\
$(IMPDIR)\core\internal\gc\bits.d \
$(IMPDIR)\core\internal\gc\blkcache.d \
$(IMPDIR)\core\internal\gc\os.d \
$(IMPDIR)\core\internal\gc\pooltable.d \
$(IMPDIR)\core\internal\gc\proxy.d \