From a6804ea9293fc10c85568c475ecdb402106fce8c Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 16 Jan 2019 22:38:33 +0000 Subject: syscall: mark C syscall functions noescape Many C syscall functions take pointer arguments. The pointers don't escape in the C functions. Mark the C functions noescape so calling them doesn't need allocation. Reviewed-on: https://go-review.googlesource.com/c/158158 From-SVN: r267989 --- gcc/go/gofrontend/MERGE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index b139151..67abd99 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -9a79c333e896ea49f6a708d459148074d29a2af6 +ee94431c133a90ca5c3c5ebbebcb019c60258dac The first line of this file holds the git revision number of the last merge done from the gofrontend repository. -- cgit v1.1