runtime: enable precise GC checks when using stack maps
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
Showing
- gcc/go/gofrontend/MERGE 1 addition, 1 deletiongcc/go/gofrontend/MERGE
- libgo/go/runtime/mgcmark.go 2 additions, 2 deletionslibgo/go/runtime/mgcmark.go
- libgo/go/runtime/mgcsweep.go 4 additions, 2 deletionslibgo/go/runtime/mgcsweep.go
- libgo/go/runtime/runtime1.go 3 additions, 1 deletionlibgo/go/runtime/runtime1.go
Loading
Please register or sign in to comment