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
2018-06-14
Fix libguile subcomponent headers not to include <libguile.h>
Andy Wingo
1
-0
/
+9
2018-06-11
Call out to expand_stack through new VM intrinsic
Andy Wingo
1
-0
/
+1
2018-06-11
Remove unused vm_error_unbound
Andy Wingo
1
-9
/
+0
2018-04-13
Remove implementation of atomic box ops
Andy Wingo
1
-7
/
+0
2018-04-10
Remove char->integer from VM
Andy Wingo
1
-21
/
+0
2018-03-30
Compile some generic arithmetic to intrinsic calls
Andy Wingo
1
-0
/
+1
2018-01-22
Remove VM struct-ref, etc instructions
Andy Wingo
1
-21
/
+0
2018-01-16
Remove bytevector instructions from the VM.
Andy Wingo
1
-21
/
+0
2018-01-10
Add support for raw gc-managed pointer locals
Andy Wingo
1
-3
/
+3
2018-01-10
Remove box instructions
Andy Wingo
1
-8
/
+0
2018-01-08
Save VM compare result before calling out to hooks
Andy Wingo
1
-0
/
+4
2018-01-07
Remove pair-related instructions
Andy Wingo
1
-14
/
+0
2018-01-07
Remove now-unused make-vector et al instructions
Andy Wingo
1
-15
/
+1
2017-11-05
Add new "throw" VM ops
Andy Wingo
1
-4
/
+42
2017-10-24
Add new-style test and branch instructions
Andy Wingo
1
-0
/
+2
2017-09-25
Remove unboxed case from vm struct accessors
Andy Wingo
1
-1
/
+15
2017-04-18
All literal constants are read-only
Andy Wingo
1
-0
/
+14
2017-04-18
Attempt to mutate residualized literal pair throws exception
Andy Wingo
1
-0
/
+7
2017-02-28
Better errors for odd-length keyword args
Andy Wingo
1
-4
/
+4
2017-02-12
VM continuations store FP/SP by offset
Andy Wingo
1
-23
/
+9
2016-12-12
Add suspendable-continuation?
Andy Wingo
1
-3
/
+10
2016-12-05
Reimplement dynamic states
Andy Wingo
1
-10
/
+1
2016-11-19
Inline interrupts
Andy Wingo
1
-0
/
+7
2016-09-06
Compiler support for atomics
Andy Wingo
1
-10
/
+20
2016-06-11
Remove unused static definitions
Andy Wingo
1
-36
/
+0
2016-05-04
Add integer->char and char->integer opcodes
Andy Wingo
1
-0
/
+7
2016-04-26
Remove scm_puts_unlocked.
Andy Wingo
1
-2
/
+2
2015-12-01
Unbox indexes of vectors, strings, and structs
Andy Wingo
1
-0
/
+7
2015-12-01
Untag values and indexes for all bytevector instructions
Andy Wingo
1
-0
/
+14
2015-12-01
Apply of non-programs has IP that is not from prev frame
Andy Wingo
1
-0
/
+4
2015-12-01
Identify boot continuations by code, not closure
Andy Wingo
1
-0
/
+6
2015-10-28
VM support for raw slots
Andy Wingo
1
-32
/
+45
2015-10-21
SP-relative local addressing
Andy Wingo
1
-2
/
+2
2015-10-21
Replace dynamic link on stack with previous frame size
Andy Wingo
1
-42
/
+7
2015-10-21
Rename union scm_vm_stack_element members
Andy Wingo
1
-10
/
+11
2015-10-21
Remove sp from scm_vm_cont
Andy Wingo
1
-3
/
+2
2015-10-21
VM stack grows downward
Andy Wingo
1
-197
/
+197
2015-01-23
The GOOPS "unbound" value is a unique pair
Andy Wingo
1
-2
/
+2
2014-04-16
VM robustness for optimized closures
Andy Wingo
1
-6
/
+6
2014-04-16
Fix rewinding continuations when outermost frame has zero locals
Andy Wingo
1
-1
/
+1
2014-04-16
make-stack works on delimited continuations
Andy Wingo
1
-0
/
+13
2014-03-22
Out-of-memory situations raise exceptions instead of aborting
Andy Wingo
1
-2
/
+5
2014-03-12
Remove default soft stack limit; add call-with-stack-overflow-handler
Andy Wingo
1
-42
/
+145
2014-02-20
Threadsafe stack relocation
Andy Wingo
1
-61
/
+132
2014-02-20
assertion refactor in the vm
Andy Wingo
1
-3
/
+1
2014-02-20
Fix "VM never extends vp->sp ..." commit
Andy Wingo
1
-4
/
+3
2014-02-20
Remove the hard stack size limit
Andy Wingo
1
-17
/
+0
2014-02-20
VM never extends vp->sp beyond mapped region of stack
Andy Wingo
1
-9
/
+14
2014-02-20
Unwind-only stack overflow exceptions
Andy Wingo
1
-7
/
+3
2014-02-19
Fix scm_i_vm_capture_stack comment.
Andy Wingo
1
-11
/
+3
[next]