Descriptioncmd/gc: add way to specify 'noescape' for extern funcs
A new comment directive //go:noescape instructs the compiler
that the following external (no body) func declaration should be
treated as if none of its arguments escape to the heap.
Fixes issue 4099.
Patch Set 1 #Patch Set 2 : diff -r 575df914948c https://code.google.com/p/go/ #Patch Set 3 : diff -r 575df914948c https://code.google.com/p/go/ #Patch Set 4 : diff -r 1f343d81deab https://code.google.com/p/go/ #Patch Set 5 : diff -r 1f343d81deab https://code.google.com/p/go/ #Patch Set 6 : diff -r ec4982dfc0fc https://code.google.com/p/go/ #
MessagesTotal messages: 22
|