runtime1.go
10.5 KB
-
runtime: enable precise GC checks when using stack maps · 03ac8302
In the runtime there are bad pointer checks that currently don't work with the concervative collector. With stack maps, the GC is precise and the checks should work. Enable them. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/153871 From-SVN: r269406
Ian Lance Taylor committed