index
:
guile.git
branch_release-1-4
branch_release-1-6
branch_release-1-8
cky-hygienic-macros
compile-to-js-merge
excise-ltdl
historical/wip-1-8-mingw-build
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
mingw-guile-3.0
nan-boxing
r7rs-wip
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
ttn-back-in-the-saddle
use-minigmp
wip-3.2
wip-bpt-elisp
wip-compiler
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-gnulib-update
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-lloda
wip-load-lang
wip-mingw
wip-mingw-2025
wip-mingw-guile-2.2
wip-modernize-autotools
wip-new-tagging
wip-new-tagging-bis-broken
wip-nj-locks-nc
wip-nj-thread-safety
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-sassy
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-vector-cleanup
wip-whippet
GNU Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
memoize.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-09
Simple vectors are just vectors
Daniel Llorens
1
-3
/
+3
2018-06-26
Rename scm_i_thread to scm_thread
Andy Wingo
1
-4
/
+4
2018-06-20
Update license notices in all C files
Andy Wingo
1
-17
/
+17
2018-06-20
Remove (C) from copyright statements
Andy Wingo
1
-1
/
+1
2018-06-20
Make .c copyright headers uniform
Andy Wingo
1
-2
/
+1
2018-06-20
Rationalize include order in C files
Andy Wingo
1
-6
/
+7
2018-06-20
Make libguile header inclusion consistent within libguile c files
Andy Wingo
1
-23
/
+23
2018-06-20
Rename __scm.h to scm.h
Andy Wingo
1
-1
/
+0
2018-06-20
Remove Emacs local variables comments in Guile source
Andy Wingo
1
-6
/
+0
2018-06-20
Remove _scm.h
Andy Wingo
1
-1
/
+0
2018-06-20
Devolve symbols.h from _scm.h
Andy Wingo
1
-0
/
+1
2018-06-20
Devolve threads.h from _scm.h.
Andy Wingo
1
-0
/
+2
2018-06-20
Devolve variable.h from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-20
Move subr snarfing macros to gsubr.h.
Andy Wingo
1
-0
/
+1
2018-06-19
Devolve numbers.h from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-19
Remove <stdio.h> from ports.h
Andy Wingo
1
-0
/
+1
2018-06-19
Remove <string.h> include from ports.h.
Andy Wingo
1
-0
/
+2
2018-06-19
Devolve vectors.h include from ports.h
Andy Wingo
1
-0
/
+1
2018-06-18
Devolve pairs.h
Andy Wingo
1
-0
/
+1
2018-06-18
Devolve boolean.h include.
Andy Wingo
1
-0
/
+1
2018-06-18
Remove includes of validate.h.
Andy Wingo
1
-1
/
+0
2018-06-14
Fix libguile subcomponent headers not to include <libguile.h>
Andy Wingo
1
-1
/
+2
2016-12-05
with-dynamic-state compiler and VM support
Andy Wingo
1
-0
/
+32
2015-03-12
Remove unused "nargs" field of memoized call expressions
Andy Wingo
1
-11
/
+10
2014-12-10
Convert primitive-eval to "compile" its expressions to linked closures
Andy Wingo
1
-1
/
+1
2014-12-07
Minor evaluator tweaks
Andy Wingo
1
-4
/
+9
2014-12-07
Simplify variable resolution in the evaluator
Andy Wingo
1
-131
/
+105
2014-12-07
Closure conversion in evaluator
Andy Wingo
1
-13
/
+110
2014-12-06
Add capture-env to evaluator
Andy Wingo
1
-0
/
+5
2014-12-05
Simplify the interpreter for trivial inits and no letrec
Andy Wingo
1
-78
/
+16
2014-12-05
Assignment conversion in the interpreter
Andy Wingo
1
-1
/
+1
2013-10-31
Be smarter about capturing the environment for memoized code
Andy Wingo
1
-15
/
+52
2013-10-27
Memoized expressions are pairs, not SMOBs
Andy Wingo
1
-53
/
+5
2013-10-26
Evaluator sets same procedure properties as compiler
Andy Wingo
1
-13
/
+9
2013-10-25
Evaluator uses two-dimensional environment
Andy Wingo
1
-97
/
+97
2013-06-28
Simplify dynstack API to only wind one fluid at a time
Andy Wingo
1
-3
/
+3
2013-06-28
Remove with-fluids; replaced by with-fluid* and inlined push-fluid primops
Andy Wingo
1
-20
/
+27
2013-06-27
dynamic-wind in terms of wind and unwind; remove <dynwind>, @dynamic-wind
Andy Wingo
1
-53
/
+30
2013-06-27
remove @call-with-values memoizer
Andy Wingo
1
-12
/
+5
2013-06-27
remove @call-with-current-continuation memoizer
Andy Wingo
1
-11
/
+8
2013-06-27
remove @apply memoizer
Andy Wingo
1
-44
/
+5
2013-06-27
Remove @prompt memoizer
Andy Wingo
1
-25
/
+22
2013-03-28
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-3
/
+22
2013-03-09
allow case-lambda expressions with no clauses
Andy Wingo
1
-3
/
+22
2013-01-31
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-2
/
+1
2013-01-28
Remove unneeded SMOB mark procedure in `memoize.c'.
Ludovic Courtès
1
-2
/
+1
2013-01-07
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-40
/
+61
2012-11-28
eval: Store docstrings for lambdas.
Ludovic Courtès
1
-40
/
+61
2011-12-01
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-1
/
+1
2011-11-16
memoize: booleanify the rest arg
Andy Wingo
1
-1
/
+1
[next]