Skip to content

Storing intermediate results in registers is not worker threadsafe. #9

@guyboertje

Description

@guyboertje

The same instance of the plugin is used across worker threads. The registers hash is therefore shared and not isolated by thread.

Need to introduce a concurrent hash keyed by thread. PR to follow.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions