<div dir="auto"><div><div class="gmail_quote"><div dir="ltr">Michael Van Canneyt <<a href="mailto:michael@freepascal.org">michael@freepascal.org</a>> schrieb am Do., 25. Okt. 2018, 09:38:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
On Sat, 20 Oct 2018, Simon Kissel wrote:<br>
<br>
> - Make Exception handling, TLS etc use the infrastructure that<br>
>  libpthread is providing<br>
<br>
TLS is handled already by libpthread. I doubt you will gain much there.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">GCC has (depending on the platform) a faster implementation for "__thread" variables. E.g. on x86 it uses the GS segment and the data is stored in ELF sections. There were experiments in the past to support this in FPC as well, so maybe we're on a good way there already. </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>