cherrymui

Results 215 comments of cherrymui

> nor breaking existing behavior It sounds to me that if we do this, some programs' behavior would change. Would it only change from fail to not fail, or it...

> NOTE: We compile inside docker. The output below is from running go env within the docker container that we use. We cross-compile for linux, windows, and darwin. The workers...

Thanks. Have you tried running the program under the race detector? Is the program using cgo? Is there a way we can reproduce the issue ourselves?

> I'm wondering if there is some small incorrect assumption with AMD hardware in the golang runtime code? I see this other issue, which isn't the same stack trace, but...

[CL 600296](https://go.dev/cl/600296) is submitted. I guess we can call this fixed. Feel free to reopen if there is any more issues. Thanks.

I'm not too concerned about constant arguments. If one passes a constant argument, and the function is inlineable and can constant-fold the argument, I think it is okay to do...