fix arity check for applicable structs
[bpt/guile.git] / module / language / tree-il / peval.scm
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 Wingopeval uses effects analysis
2012-03-02 Andy Wingopeval: inline applications of lambda to rest args
2012-01-26 Andy Wingomore readable gensyms
2012-01-25 Andy Wingoadd another case in which to fold (values FOO) to FOO...
2011-12-22 Andy Wingopeval fix: (cons 1 #nil) is not (list 1)
2011-12-22 Andy Wingopeval minor tweak
2011-12-19 Andy Wingofix peval to preserve effects when folding (values...
2011-12-06 Ludovic Courtèspeval: Truncate multiple values when extending the...
2011-11-09 Andy Wingopeval: fix dynwind bug.
2011-11-09 Andy Wingopeval: don't copy assigned lexical bindings
2011-10-10 Andy Wingofold constants with accessors
2011-10-10 Andy Wingopeval support for memq and memv
2011-10-10 Andy Wingoadd accessor-primitive?, peval uses it
2011-10-10 Andy Wingopeval: visit operands on-demand, to inline mutually...
2011-10-10 Andy Wingopeval: add operand structure
2011-10-10 Andy Wingopeval: refactor logging
2011-10-07 Andy Wingopeval: logging
2011-10-07 Andy Wingopeval: bugfix in constant-expression?
2011-10-06 Andy Wingopeval refactor
2011-10-06 Andy Wingocomment peval.scm
2011-09-30 Ludovic Courtèspeval: Recognize module-refs to primitives.
2011-09-28 Andy Wingoseparate peval and a new canonicalization pass into...