Remove trailing whitespace from ports.test.
[bpt/guile.git] / test-suite / tests / peval.test
2014-01-07 Ian PriceFix inlining of tail list to apply.
2013-02-15 Andy Wingolocal rewrite for apply to a let-bound rest list
2013-02-15 Andy Wingoinline call-with-values consumers with optional and...
2013-02-15 Andy Wingomore rest argument inlining improvements
2013-02-15 Andy Wingobetter inlining of `apply' with rest arguments
2013-02-15 Andy Wingoprocedures with rest arguments can get inlined
2013-02-14 Andy Wingopeval can inline let-bound lambdas
2012-07-05 Andy Wingosimplify one kind of degenerate prompt
2012-07-05 Andy Wingooptimize (apply foo 0 (list 1 2)) => (foo 0 1 2)
2012-05-15 Andy Wingostronger conditional optimization
2012-05-15 Andy Wingooptimization for chain of if expressions with common...
2012-04-23 Andy Wingoavoid emitting degenerate aliases in peval
2012-04-23 Andy Wingominor tweaks to a peval test
2012-04-23 Andy Wingopeval tests into separate file