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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-20
Fix setjmp/longjmp-related crashes on Windows
Michael Käppler
1
-0
/
+4
2019-12-09
Remove vm->sp_min_since_gc
Andy Wingo
1
-1
/
+0
2018-09-15
Fix emergency aborts to not expand the stack
Andy Wingo
1
-0
/
+1
2018-09-14
Hook refactors
Andy Wingo
1
-14
/
+14
2018-09-14
VM manages hook sets itself
Andy Wingo
1
-5
/
+10
2018-08-12
Continuations capture machine code address
Andy Wingo
1
-7
/
+4
2018-08-06
Remove push continuation hook; return hook runs before FP pop
Andy Wingo
1
-4
/
+2
2018-06-27
Refactor handling of active VM registers
Andy Wingo
1
-1
/
+3
2018-06-26
Refactors to abort-to-prompt implementation
Andy Wingo
1
-4
/
+1
2018-06-26
abort-to-prompt uses an intrinsic
Andy Wingo
1
-0
/
+4
2018-06-26
Most header files use forward decl for union scm_vm_stack_element
Andy Wingo
1
-1
/
+0
2018-06-25
Eagerly initialize thread VM; remove scm_the_vm
Andy Wingo
1
-1
/
+1
2018-06-21
Use ptrdiff_t instead of scm_t_ptrdiff
Andy Wingo
1
-2
/
+2
2018-06-21
Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types
Andy Wingo
1
-7
/
+7
2018-06-20
Update license notices in all C files
Andy Wingo
1
-17
/
+17
2018-06-20
libguile header files have uniform format for copyright declarations
Andy Wingo
1
-1
/
+2
2018-06-20
Remove (C) from copyright statements
Andy Wingo
1
-1
/
+1
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-18
Devolve gc.h
Andy Wingo
1
-0
/
+1
2018-06-14
Fix libguile subcomponent headers not to include <libguile.h>
Andy Wingo
1
-2
/
+3
2017-10-24
Add new-style test and branch instructions
Andy Wingo
1
-1
/
+9
2017-02-12
VM continuations store FP/SP by offset
Andy Wingo
1
-2
/
+9
2016-12-12
Add suspendable-continuation?
Andy Wingo
1
-0
/
+1
2015-12-01
Identify boot continuations by code, not closure
Andy Wingo
1
-0
/
+1
2015-10-21
Remove sp from scm_vm_cont
Andy Wingo
1
-3
/
+0
2015-10-21
VM stack grows downward
Andy Wingo
1
-10
/
+15
2014-04-16
make-stack works on delimited continuations
Andy Wingo
1
-0
/
+1
2014-03-12
Remove default soft stack limit; add call-with-stack-overflow-handler
Andy Wingo
1
-1
/
+4
2014-01-31
Return unused parts of the stack to the OS
Andy Wingo
1
-3
/
+4
2013-11-27
Remove the restore-continuation-hook.
Andy Wingo
1
-2
/
+0
2013-11-22
Expandable stacks.
Andy Wingo
1
-0
/
+1
2013-11-22
Allocate stacks using mmap, and mark them via the thread marker
Andy Wingo
1
-0
/
+6
2013-11-21
Remove scm_tc7_vm
Andy Wingo
1
-10
/
+0
2013-11-21
scm_the_vm now returns raw struct scm_vm pointer
Andy Wingo
1
-3
/
+1
2013-11-21
Reorder struct scm_vm fields.
Andy Wingo
1
-2
/
+2
2013-11-21
No more VM objects visible to Scheme
Andy Wingo
1
-1
/
+0
2013-11-21
VM accessors take VM as implicit argument, not explicit argument
Andy Wingo
1
-12
/
+12
2013-11-21
Remove unused vm:ip, vm:sp, vm:fp
Andy Wingo
1
-3
/
+0
2013-11-21
Remove make-vm; there will be one vm per thread now.
Andy Wingo
1
-3
/
+0
2013-11-19
Lingering RTL excision in vm.c
Andy Wingo
1
-2
/
+0
2013-11-19
All instruction pointers are now scm_t_uint32*
Andy Wingo
1
-3
/
+3
2013-11-15
Remove MVRA accessors in libguile
Andy Wingo
1
-2
/
+2
2013-10-27
VM has "builtins": primitives addressable by emitted RTL code
Andy Wingo
1
-1
/
+2
2012-03-07
dynstack: pushing a prompt no longer allocates memory
Andy Wingo
1
-1
/
+0
2012-03-03
the dynamic stack is really a stack now, instead of a list
Andy Wingo
1
-2
/
+4
2011-10-24
refactor tc7 and tc16 checks
Andy Wingo
1
-2
/
+2
2011-02-13
Fix prototype of `scm_the_vm'.
Ludovic Courtès
1
-2
/
+2
2010-09-27
add call-with-vm; remove thread-vm bits; remove vm-apply; engines settable.
Andy Wingo
1
-4
/
+9
2010-09-25
remove vm-version, vm options
Andy Wingo
1
-4
/
+0
[next]