Damian Gryski

Results 276 comments of Damian Gryski

As expected, failure is ASLR addresses pinning allocations. ``` ~/go/src/github.com/dgryski/tinygo-test-corpus/_corpus/gonum/gonum/lapack/gonum $ while :; do ./gonum.test ; done PASS panic: runtime error: out of memory Abort trap: 6 panic: runtime error:...

This was happening on my Mac. I can only assume Darwin addresses are different from the Linux ones.

So, do we want to merge this and then tag the next release, or play it safe and merge it after the tag so people on the (b)leading edge can...

As this is a large change, we specifically didn't want to land it into a release right at the end of the cycle. The plan has always been to merge...

@aykevl I want to fix this; do you have any suggestions for how to determine a "large' vs "small" system. I was thinking for non-small systems to bump the max...

Hmm... guess the compiler is only one half of this, since we need need to get that value to the runtime somehow so we can tune the value of ```...

Yes, that was one of my goals for this. The size of that stack drastically affects the runtime of the garbage collection cycles.

In addition to the scheduler, the `sync/*` packages probably needs to be rewritten to account for concurrency.

I develop entirely on Darwin and I also don't have this problem. Definitely something with the install.