You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lock (codegen_lock) during typedef to prevent concurrency violation.
As far as I can tell, this doesn't much affect parallel performance, and
prevents this exception from triggering if you attempt to define new
functions from multiple threads:
```
ERROR: TaskFailedException:
cannot eval a new struct type definition while defining another type
```
0 commit comments