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
/
programs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-08
continuations are vm procedures
Andy Wingo
1
-1
/
+8
2010-01-09
allocate free variables inline to closures
Andy Wingo
1
-9
/
+55
2010-01-07
properly integrate vm bootstrapping into init.c
Andy Wingo
1
-3
/
+0
2010-01-07
program-meta procedures get their program's objtable
Andy Wingo
1
-2
/
+3
2009-12-15
Don't use GCC zero-length arrays.
Ludovic Courtès
1
-1
/
+4
2009-11-28
Remove remaining uses of discouraged constructs.
Ludovic Courtès
1
-3
/
+3
2009-11-08
Fix C99-style comments.
Ludovic Courtès
1
-2
/
+2
2009-10-25
arities can have noncontiguous starts and ends
Andy Wingo
1
-1
/
+1
2009-10-23
de-nargs struct scm_objcode; procedure-property refactor
Andy Wingo
1
-0
/
+40
2009-10-23
runtime and debugging support for callee-parsed procedure args
Andy Wingo
1
-17
/
+18
2009-08-20
programs have their own tc7 now
Andy Wingo
1
-55
/
+15
2009-07-23
rename "closure-ref" to "free-ref"; s/vars/variables/ in some names
Andy Wingo
1
-11
/
+11
2009-07-23
remove "externals" from the vm
Andy Wingo
1
-36
/
+16
2009-06-17
Change Guile license to LGPLv3+
Neil Jerram
1
-6
/
+7
2009-05-26
adjust VM copyright notices to LGPL, use SCM_INTERNAL/API properly
Andy Wingo
1
-36
/
+13
2009-04-05
Avoid uses of deprecated forms in the VM code.
Ludovic Courtès
1
-4
/
+4
2009-03-27
frame, program, objcode, etc inits use load-extension
Andy Wingo
1
-0
/
+2
2009-03-17
non-srcdir build fixes
Andy Wingo
1
-1
/
+1
2009-02-11
provide program apply_0, apply_1, apply_2 implementations
Andy Wingo
1
-0
/
+24
2009-02-10
propagate much more source info through compilation
Andy Wingo
1
-9
/
+39
2009-02-05
inline call to scm_make_program when making closures
Andy Wingo
1
-0
/
+6
2009-02-02
tick in calls, procedure-name works on compiled procedures
Andy Wingo
1
-6
/
+62
2009-02-01
avoid 8 words of allocation per lambda, whoooo
Andy Wingo
1
-3
/
+8
2009-01-29
static opcodes; refactor program/objcode division; use new assembly pipeline
Andy Wingo
1
-101
/
+50
2009-01-17
move module and meta inside programs' object tables
Andy Wingo
1
-18
/
+23
2008-12-26
add scm_c_program_source
Andy Wingo
1
-0
/
+18
2008-09-28
revert part of 7ff017002ddc980 that caused missed references
Andy Wingo
1
-0
/
+2
2008-09-13
inline frame replacement in tail-call
Andy Wingo
1
-1
/
+1
2008-09-13
tweaks for printing programs
Andy Wingo
1
-1
/
+5
2008-09-13
programs can now get at their names, and print nicely
Andy Wingo
1
-0
/
+17
2008-09-09
rework late binding resolution to be simpler and more efficient
Andy Wingo
1
-0
/
+13
2008-08-21
merge guile-vm into libguile itself
Andy Wingo
1
-0
/
+258