Rewrite two-arg functions only after LTN decides they are full calls.
commit9894cc1855e9c8ce174bd32bd8aa3f6a2fa53334
authorStas Boukarev <stassats@gmail.com>
Fri, 8 Sep 2017 15:06:17 +0000 (8 18:06 +0300)
committerStas Boukarev <stassats@gmail.com>
Fri, 8 Sep 2017 16:08:11 +0000 (8 19:08 +0300)
tree3d409d8756fb40a9f754197d7b7d463ae74d341e
parent0c47877f8f3d07ac8bcefe16ed4027a3321af889
Rewrite two-arg functions only after LTN decides they are full calls.

Do / => two-arg-/ conversion just after ltn-default-call decides it's
going to be a full call. This will help with static function translation.
src/code/numbers.lisp
src/compiler/ir1final.lisp
src/compiler/ltn.lisp