gvisor/tools/checkunsafe
Adin Scannell c615aafa21 Add internal nogo analysis & checkescape tool.
See tools/nogo/README.md.

The checkescape tool is able to perform recursive escape analysis, using the
actual generated binary to confirm the results produced by the compiler itself.

As an initial use case, this replaces the manual escape analysis tests used for
go_marshal, and validates that the CopyIn and CopyOut paths will not require
any allocation or stack splits.

Updates #2243

PiperOrigin-RevId: 307532986
2020-04-20 20:58:20 -07:00
..
BUILD Add internal nogo analysis & checkescape tool. 2020-04-20 20:58:20 -07:00
check_unsafe.go build: add nogo for static validation 2019-07-09 16:44:06 -07:00