cmd/compile: can not compile large function #47866
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
Compilation successfully.
What did you see instead?
Compilation take too long times. I couldn't build this for few minutes. I'm using Windows 10. 16GB RAM.
This is a joke project that provide same function with https://github.com/samuelmarina/is-even. The code is generated from js code. The compilation require too many CPU usage and memory.
The text was updated successfully, but these errors were encountered: