]> git.ipfire.org Git - thirdparty/vala.git/commit
codegen: Avoid use of temp-var for some callables returning ValueType a94a28141e1f222d1da7e72bea4cd2d1e5242f41
authorRico Tzschichholz <ricotz@ubuntu.com>
Thu, 9 Mar 2017 15:52:37 +0000 (16:52 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 22 Nov 2017 20:50:42 +0000 (21:50 +0100)
commita94a28141e1f222d1da7e72bea4cd2d1e5242f41
treefc237d7c54eaacd263da2f262fe9e5bf107a362f
parentb9035aaf17a9a97a070812a8ee83251fd3893b1e
codegen: Avoid use of temp-var for some callables returning ValueType

It is safe to do for callables which don't have out/ref parameters without
breaking the control-flow.

https://bugzilla.gnome.org/show_bug.cgi?id=789071
codegen/valaccodemethodcallmodule.vala