/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue11053.go
10 строк
285 B
David Chase
cmd/compile: run escape analysis after method wrapper generation
17 июн 2015, 05:36
17 июн 2015, 05:36
5be61b1
Код
Авторство
О чём код?
// 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 11053: Compiler does not run escape analysis on an inlined // generated method wrapper. package ignored