/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue9537.go
10 строк
284 B
Ian Lance Taylor
cmd/gc: treat non-local vars inlined into wrapper as escaping
22 янв 2015, 06:25
22 янв 2015, 06:25
ec0ebc2
Код
Авторство
О чём код?
// rundir // Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Issue 9537: Compiler does not run escape analysis on an inlined // generated method wrapper. package ignored