escape.cc
45.7 KB
-
compiler: Analyze escape information of interface parameters. · 87bde062
When analyzing function calls with interface parameters, all arguments related to an interface parameter were assumed to escape via the function arguments. Now, if an argument is related to a non-escaping parameter with an interface type, the argument may be stack-allocated. From-SVN: r222865
Ian Lance Taylor committed