compiler: Analyze escape information of interface parameters.
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
Showing
Please
register
or
sign in
to comment