peval can inline let-bound lambdas
authorAndy Wingo <wingo@pobox.com>
Thu, 14 Feb 2013 16:33:40 +0000 (17:33 +0100)
committerAndy Wingo <wingo@pobox.com>
Thu, 14 Feb 2013 16:33:40 +0000 (17:33 +0100)
commit30c3dac7a671cfdfadf8452c4ff9117fc0a5b8c0
treea62f68248171fa34fd8bd9326ee3c75bc3214328
parent5ad85ba15f901163190b365ddd744db22bbbfc42
peval can inline let-bound lambdas

* module/language/tree-il/peval.scm (peval): Better inlining of
  complicated operators.

* test-suite/tests/peval.test ("partial evaluation"): Add a couple
  tests.
module/language/tree-il/peval.scm
test-suite/tests/peval.test