Anton Korobeynikov

Results 791 comments of Anton Korobeynikov

> Is the invocation of these functions somewhere on the critical path for the compiler? Depends. But some backends essentially produce jsons only. I know also downstream cases where lots...

So, the code in question looks like this: ```llvm // square2(y:) sil hidden [ossa] @$s3opt7square21yS2dSg_tF : $@convention(thin) (Optional) -> Double { // %0 "y" // users: %14, %3, %1 bb0(%0...

> @asl @vlstill Any remaining concerns? I'll try to merge this if no new issues are raised. @qobilidop See my comments on concerns

See https://github.com/llvm/llvm-project/pull/124832#issuecomment-3104402482 for explanation. Essentially, the destructor for dense resource is trying to acquire GIL during context release which in turn already had GIL taken. However, there is interpreter reinitialization...

Please attach your complete `spades.log` and `params.txt` files as you were instructed in the error message