gogo.h
86 KB
-
compiler: Propagate escape info from closures to enclosed variables. · 67b68b81
If a closure escapes, the enclosed variables must escape via the closure. Reachability analysis had a bug where the enclosed variables were not considered as reachable from the closure. From-SVN: r222597
Ian Lance Taylor committed