• Russ Cox's avatar
    syscall: make func Syscall use pointer maps from Go prototypes · 4179439d
    Russ Cox authored
    Before, Syscall and friends were having their arguments
    treated conservatively. Now they will use the Go prototype,
    which will mean the arguments are not considered pointers
    at all.
    
    This is safe because of CL 139360044.
    
    The fact that all these non-Solaris systems were using
    conservative scanning of the Syscall arguments is why
    the failure that prompted CL 139360044 was only
    observed on Solaris, which does something completely different.
    If we'd done this earlier, we'd have seen the Solaris
    failure in more places.
    
    LGTM=khr
    R=khr
    CC=golang-codereviews
    https://golang.org/cl/144730043
    4179439d
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...