]> Cypherpunks repositories - gostls13.git/commit
syscall: mark forkAndExecInChild1 noinline
authorAustin Clements <austin@google.com>
Tue, 20 Jun 2017 19:59:02 +0000 (15:59 -0400)
committerAustin Clements <austin@google.com>
Tue, 20 Jun 2017 21:54:19 +0000 (21:54 +0000)
commit87adaf4c084e0ceba6444fddaf468165e0201fa1
treeb07b2b63497c53357fb18d025b7925153f7a5f72
parent67e537541c043c701001f002bed0cda70ce72767
syscall: mark forkAndExecInChild1 noinline

This certainly won't get inlined right now, but in the spirit of
making this more robust, we have to disable inlining because inlining
would defeat the purpose of separating forkAndExecInChild1 into a
separate function.

Updates #20732.

Change-Id: I736c3f909cc42c5f5783740c2e19ba4827c7c2ec
Reviewed-on: https://go-review.googlesource.com/46174
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/syscall/exec_linux.go