Browse Source

noescape on asm functions

Darien Raymond 7 years ago
parent
commit
91227581e5
1 changed files with 3 additions and 0 deletions
  1. 3 0
      transport/internet/kcp/xor_amd64.go

+ 3 - 0
transport/internet/kcp/xor_amd64.go

@@ -1,4 +1,7 @@
 package kcp
 
+//go:noescape
 func xorfwd(x []byte)
+
+//go:noescape
 func xorbkd(x []byte)