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
/
vm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-24
RTL VM: Rename 'apply' instruction to 'tail-apply'.
Mark H Weaver
1
-1
/
+1
2013-08-11
Various RTL VM and calling convention tweaks
Andy Wingo
1
-8
/
+1
2013-07-21
RTL: Local 0 is the procedure
Andy Wingo
1
-4
/
+4
2013-07-16
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-6
/
+6
2013-06-04
Print the faulty object upon invalid-keyword errors.
Ludovic Courtès
1
-6
/
+6
2013-05-31
add new rtl vm
Andy Wingo
1
-0
/
+32
2013-05-27
refactor to resolve_variable
Andy Wingo
1
-16
/
+13
2013-05-27
pop-continuation abort-continuation hooks pass return vals directly
Andy Wingo
1
-4
/
+27
2013-05-23
remove some configurability in vm-engine
Andy Wingo
1
-32
/
+0
2013-03-28
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-2
/
+16
2013-03-07
add GUILE_STACK_SIZE environment variable
Stefan Israelsson Tampe
1
-2
/
+16
2012-06-22
instead of our custom .go format, use elf
Andy Wingo
1
-4
/
+3
2012-05-23
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-9
/
+2
2012-05-23
deprecate scm_sym2var
Andy Wingo
1
-9
/
+2
2012-05-21
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-2
/
+1
2012-05-21
vm.c: remove a useless check
Andy Wingo
1
-2
/
+1
2012-05-10
Merge remote-tracking branch 'local-2.0/stable-2.0'
Andy Wingo
1
-65
/
+30
2012-05-10
refactor vm application of non-programs; boot continuation refactor
Andy Wingo
1
-65
/
+30
2012-04-30
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-0
/
+219
2012-04-30
push error handlers out of line in the vm
Andy Wingo
1
-0
/
+227
2012-03-18
make applicable smob calls cheaper, and fix a memory leak
Andy Wingo
1
-0
/
+19
2012-03-18
make applicable smob calls cheaper, and fix a memory leak
Andy Wingo
1
-0
/
+18
2012-03-07
dynstack: pushing a prompt no longer allocates memory
Andy Wingo
1
-17
/
+27
2012-03-03
the dynamic stack is really a stack now, instead of a list
Andy Wingo
1
-31
/
+29
2012-01-30
Merge commit '3d51e57cfb0404db568a6adfde2a346d3fd9907e'
Andy Wingo
1
-2
/
+3
2012-01-22
Parenthesize and type `SCM_FRAME' macros; check layout of `scm_vm_frame'.
Ludovic Courtès
1
-2
/
+3
2011-12-01
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-1
/
+1
2011-11-22
Complete cross-compilation support.
Ludovic Courtès
1
-1
/
+1
2011-11-08
locking for putc, puts
Andy Wingo
1
-7
/
+7
2011-10-24
add SCM_{PACK,UNPACK}_POINTER
Andy Wingo
1
-3
/
+3
2011-08-31
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-4
/
+5
2011-08-18
fix a couple of leaks
Andy Wingo
1
-3
/
+4
2011-05-13
merge strictness branch from 2.0
Andy Wingo
1
-2
/
+2
2011-05-13
vm_make_boot_program initializer fix
Andy Wingo
1
-2
/
+2
2011-05-07
bytevectors have internal parent field
Andy Wingo
1
-1
/
+2
2011-01-07
use scm_from_latin1_symboln for string literals and load-symbol
Andy Wingo
1
-6
/
+6
2010-11-19
fix a number of assumptions that a pointer could fit into a long
Andy Wingo
1
-3
/
+3
2010-10-13
Optimize `1+' and `1-' on fixnums.
Ludovic Courtès
1
-0
/
+1
2010-10-01
c stack overflow checked for, once more
Andy Wingo
1
-0
/
+1
2010-09-28
default to regular vm for noninteractive use
Andy Wingo
1
-13
/
+1
2010-09-27
add call-with-vm; remove thread-vm bits; remove vm-apply; engines settable.
Andy Wingo
1
-78
/
+177
2010-09-27
Fix argument passing in VM hooks.
Ludovic Courtès
1
-4
/
+9
2010-09-25
remove vm-version, vm options
Andy Wingo
1
-32
/
+0
2010-09-24
Add `thread-vm' and `set-thread-vm!'.
Ludovic Courtès
1
-7
/
+42
2010-09-17
vm hooks run without hooks
Andy Wingo
1
-2
/
+4
2010-09-16
add vm-abort-continuation-hook, vm-restore-continuation-hook
Andy Wingo
1
-0
/
+18
2010-09-16
trim our set of vm hooks
Andy Wingo
1
-48
/
+12
2010-06-01
Fix unaligned accesses by the bytevector instructions.
Ludovic Courtès
1
-0
/
+1
2010-05-28
Add `scm_t_aligned_cell' internal type.
Ludovic Courtès
1
-5
/
+1
2010-05-26
Raise an exception upon VM stack overflows (fixes bug #29574).
Ludovic Courtès
1
-3
/
+6
[next]