Concurrent Truffle languages and creating threads
Chris Seaton
chris.seaton at oracle.com
Fri Sep 29 11:00:22 UTC 2017
What happens in your current system if another language creates a thread that isn’t a subclass of your Thread class and that starts executing code in your language? Do you check the class of the current thread each time you use it?
> On 29 Sep 2017, at 11:43, Chris Seaton <chris.seaton at oracle.com> wrote:
>
> How did you implement fast thread locals with the previous design?
>
>> On 29 Sep 2017, at 11:38, Stefan Marr <java at stefan-marr.de> wrote:
>>
>> How do I implement fast thread locals with this design?
>
More information about the graal-dev
mailing list