mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
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:
parent
5f64a6baaf
commit
2c420d94af
9 changed files with 107 additions and 96 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue