Truffle concurrency?
Andreas Woess
andreas.woess at jku.at
Sun Aug 4 10:56:37 PDT 2013
Truffle ASTs are not thread safe. The recommended way to deal with
parallel execution is to maintain thread-local copies of an AST and
therefore avoid the need for synchronization.
- andreas
On 04.08.2013 18:59, Dain Sundstrom wrote:
> What is the concurrency model for Truffle? Specifically, is the CallTarget thread safe? Should I be coding my nodes to be thread safe?
>
> -dain
More information about the graal-dev
mailing list