Hood Chatham

Results 1082 comments of Hood Chatham

Well I guess that gives a good short term fix. I will look into fixing `gcrotmk`.

I suspect the problem is in `nrm2` which we have patched as follows: ```patch @@ -379,10 +393,15 @@ end function dotc function nrm2(n,x,offx,incx) result(n2) - nrm2, n2 + n2 +...

This works very nicely locally, in CI I think the original code without either #2064 or this works best.

Please do! We very much appreciate it.

Thanks for the review! I think this PR is going to be a good addition, but I should check that it works well with the other stuff I'm working with...

> Do we have any way to test it as part of our test suite? Yeah I think there's a fine way to do this: I think we need to...

Yeah that looks like no difference. Maybe the browser engine itself isn't willing to concurrently compile things, or maybe wasm compilation isn't as big of a bottleneck as we think?...

> overall we are still running this in a single thread I believe that this is not true: I think `WebAssembly.instantiate` and the other asynchronous apis in the `WebAssembly` namespace...

It's not going to work, `fileno` should return a Linux file descriptor but 1 is stdin. The issue is that the stream is implemented in Python but you can only...

What if other people want to adjust warnings in their tests?