• Dmitriy Vyukov's avatar
    syscall: mark arguments to Syscall as noescape · fc37eba1
    Dmitriy Vyukov authored
    Heap arguments to "async" syscalls will break when/if we have moving GC anyway.
    With this change is must not break until moving GC, because a user must
    reference the object in Go to preserve liveness. Otherwise the code is broken already.
    Reduces number of leaked params from 125 to 36 on linux.
    
    R=golang-codereviews, mikioh.mikioh, bradfitz
    CC=cshapiro, golang-codereviews, khr, rsc
    https://golang.org/cl/45930043
    fc37eba1
esc.c 29.1 KB