summaryrefslogtreecommitdiff
path: root/libguile/memoize.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-12Remove unused "nargs" field of memoized call expressionsAndy Wingo1-11/+10
2014-12-10Convert primitive-eval to "compile" its expressions to linked closuresAndy Wingo1-1/+1
2014-12-07Minor evaluator tweaksAndy Wingo1-4/+9
2014-12-07Simplify variable resolution in the evaluatorAndy Wingo1-131/+105
2014-12-07Closure conversion in evaluatorAndy Wingo1-13/+110
2014-12-06Add capture-env to evaluatorAndy Wingo1-0/+5
2014-12-05Simplify the interpreter for trivial inits and no letrecAndy Wingo1-78/+16
2014-12-05Assignment conversion in the interpreterAndy Wingo1-1/+1
2013-10-31Be smarter about capturing the environment for memoized codeAndy Wingo1-15/+52
2013-10-27Memoized expressions are pairs, not SMOBsAndy Wingo1-53/+5
2013-10-26Evaluator sets same procedure properties as compilerAndy Wingo1-13/+9
2013-10-25Evaluator uses two-dimensional environmentAndy Wingo1-97/+97
2013-06-28Simplify dynstack API to only wind one fluid at a timeAndy Wingo1-3/+3
2013-06-28Remove with-fluids; replaced by with-fluid* and inlined push-fluid primopsAndy Wingo1-20/+27
2013-06-27dynamic-wind in terms of wind and unwind; remove <dynwind>, @dynamic-windAndy Wingo1-53/+30
2013-06-27remove @call-with-values memoizerAndy Wingo1-12/+5
2013-06-27remove @call-with-current-continuation memoizerAndy Wingo1-11/+8
2013-06-27remove @apply memoizerAndy Wingo1-44/+5
2013-06-27Remove @prompt memoizerAndy Wingo1-25/+22
2013-03-28Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver1-3/+22
2013-03-09allow case-lambda expressions with no clausesAndy Wingo1-3/+22
2013-01-31Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-2/+1
2013-01-28Remove unneeded SMOB mark procedure in `memoize.c'.Ludovic Courtès1-2/+1
2013-01-07Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver1-40/+61
2012-11-28eval: Store docstrings for lambdas.Ludovic Courtès1-40/+61
2011-12-01Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-1/+1
2011-11-16memoize: booleanify the rest argAndy Wingo1-1/+1
2011-11-08locking for putc, putsAndy Wingo1-2/+2
2011-10-25most uses of scm_from_locale_symbol become scm_from_utf8_symbolAndy Wingo1-1/+1
2011-06-02sequence of expressions -> seq of head and tailAndy Wingo1-16/+29
2011-06-02add <primcall> to tree-ilAndy Wingo1-0/+14
2011-06-02rename <application> to <call>Andy Wingo1-3/+3
2011-05-13more care regarding SCM_PACK and SCM_UNPACKAndy Wingo1-3/+4
2011-01-07use scm_from_latin1_symboln for string literals and load-symbolAndy Wingo1-4/+4
2010-08-16@apply for multiple args in the boot memoizerAndy Wingo1-5/+37
2010-06-17psyntax, primitive expander, and memoizer support for letrec*Andy Wingo1-15/+32
2010-06-17fix bug in memoizeAndy Wingo1-3/+3
2010-05-20iron out inconsistency between eval and compile expansionAndy Wingo1-1/+18
2010-05-20primitive-eval takes expanded, not memoized, sourceAndy Wingo1-4/+1
2010-05-19fix a couple expander naming bugsAndy Wingo1-1/+1
2010-05-19separate boot expansion from memoizationAndy Wingo1-1068/+202
2010-05-18remove the new scm_memoize_begin, etcAndy Wingo1-165/+0
2010-05-16scm_memoize_lambda updateAndy Wingo1-5/+22
2010-05-14evaluator support for case-lambdaAndy Wingo1-9/+96
2010-05-14primitive support for lambda*Andy Wingo1-0/+171
2010-05-13tweak to lambda* memoization formatAndy Wingo1-4/+18
2010-05-13change to format of memoization lambda expressionsAndy Wingo1-13/+37
2010-05-07add memoize-begin, memoize-let, etc functionsAndy Wingo1-0/+148
2010-05-07add "memoizer" data typeAndy Wingo1-88/+135
2010-05-07macro expanders return memoized expressionsAndy Wingo1-0/+3