PING: [RFC] libgcc: Integrating emutls and D garbage collector

2019-03-17 Thread Johannes Pfau
Am 03.03.19 um 18:59 schrieb Johannes Pfau: Hello all, I wanted to ask for some feedback on an issue which has affected GDC for a long time now: Letting the D garbage collector scan emulated TLS memory. Basically, for every variable instance in TLS memory we need to be able to get the address an

[RFC] libgcc: Integrating emutls and D garbage collector

2019-03-03 Thread Johannes Pfau
Hello all, I wanted to ask for some feedback on an issue which has affected GDC for a long time now: Letting the D garbage collector scan emulated TLS memory. Basically, for every variable instance in TLS memory we need to be able to get the address and size of that instance, so the GC can scan th