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-engine.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-24
rtl vm: box-set! binds no values
Andy Wingo
1
-1
/
+1
2013-08-24
RTL: 'return-values' instruction assumes 'reset-frame' has been called.
Mark H Weaver
1
-7
/
+4
2013-08-24
RTL VM: Rename 'apply' instruction to 'tail-apply'.
Mark H Weaver
1
-3
/
+3
2013-08-24
RTL VM: fix multiple value returns.
Mark H Weaver
1
-1
/
+1
2013-08-11
Various RTL VM and calling convention tweaks
Andy Wingo
1
-469
/
+277
2013-08-06
RTL VM: Avoid untagging inums in 'logand' and 'logior'.
Mark H Weaver
1
-2
/
+4
2013-08-06
RTL VM: Avoid signed overflows in 'add1' and 'sub1'.
Mark H Weaver
1
-14
/
+18
2013-08-06
RTL VM: ash: Use SCM_SRS and fix large right shifts in fast path.
Mark H Weaver
1
-1
/
+4
2013-07-21
add allocate-struct primitive and rtl opcode
Andy Wingo
1
-36
/
+11
2013-07-21
abort is no longer an op with rest args
Andy Wingo
1
-8
/
+10
2013-07-21
call is no longer a vararg instruction
Andy Wingo
1
-143
/
+156
2013-07-21
RTL: Local 0 is the procedure
Andy Wingo
1
-75
/
+73
2013-07-16
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-2
/
+4
2013-06-28
Simplify dynstack API to only wind one fluid at a time
Andy Wingo
1
-17
/
+12
2013-05-31
add new rtl vm
Andy Wingo
1
-2
/
+3164
2013-05-27
cpp hygiene in the vm
Andy Wingo
1
-0
/
+26
2013-05-27
pop-continuation abort-continuation hooks pass return vals directly
Andy Wingo
1
-46
/
+33
2013-05-27
Allow vm_engine caller to pass arguments on the stack.
Andy Wingo
1
-4
/
+13
2013-05-27
vm-engine: remove register assignments
Andy Wingo
1
-61
/
+12
2013-05-23
remove some configurability in vm-engine
Andy Wingo
1
-35
/
+3
2013-05-23
minor vm-engine cleanups
Andy Wingo
1
-25
/
+18
2013-05-23
remove CONS macro in VM; use scm_cons instead
Andy Wingo
1
-39
/
+2
2013-05-23
inline vm-engine.h into vm-engine.c
Andy Wingo
1
-1
/
+377
2012-05-10
Merge remote-tracking branch 'local-2.0/stable-2.0'
Andy Wingo
1
-25
/
+49
2012-05-10
refactor vm application of non-programs; boot continuation refactor
Andy Wingo
1
-25
/
+49
2012-04-30
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-167
/
+8
2012-04-30
push error handlers out of line in the vm
Andy Wingo
1
-174
/
+10
2012-03-07
dynstack: pushing a prompt no longer allocates memory
Andy Wingo
1
-1
/
+20
2012-03-03
optimize dynamic-wind when we know winders are thunks
Andy Wingo
1
-7
/
+1
2011-07-06
VM: Keep jump table address in a register.
Ludovic Courtès
1
-5
/
+13
2011-05-13
more care regarding SCM_PACK and SCM_UNPACK
Andy Wingo
1
-6
/
+6
2011-05-06
avoid tls gets when handling interrupts in the vm
Andy Wingo
1
-1
/
+1
2011-05-05
VM tweaks
Andy Wingo
1
-4
/
+9
2011-04-29
latin1 strings in vm error messages
Andy Wingo
1
-17
/
+17
2011-03-15
fix frame dynamic linkage in the face of partial continuation application
Andy Wingo
1
-1
/
+1
2011-01-27
fix error handling in variable-ref family of instructions
Andy Wingo
1
-0
/
+6
2011-01-26
fix error-handling of apply to non-list
Andy Wingo
1
-2
/
+3
2010-12-07
unbound fluids
Brian Templeton
1
-0
/
+7
2010-12-07
better unbound variable errors in the vm
Andy Wingo
1
-3
/
+5
2010-09-16
trim our set of vm hooks
Andy Wingo
1
-1
/
+0
2010-07-26
Import unbound variable reports in the VM.
Ludovic Courtès
1
-0
/
+2
2010-07-15
better error reporting from the vm
Andy Wingo
1
-8
/
+9
2010-05-26
Raise an exception upon VM stack overflows (fixes bug #29574).
Ludovic Courtès
1
-0
/
+4
2010-02-25
error if given an unrewindable partial continuation
Andy Wingo
1
-0
/
+5
2010-02-22
abort always dispatches to VM bytecode, to detect same-invocation aborts
Andy Wingo
1
-0
/
+2
2010-02-19
vm caches the dynamic state in a local var
Andy Wingo
1
-0
/
+1
2010-01-31
initial VM support for delimited continuations and dynamic-wind
Andy Wingo
1
-0
/
+6
2010-01-09
allocate free variables inline to closures
Andy Wingo
1
-3
/
+1
2009-12-23
keyword arg errors throw to 'keyword-argument-error
Andy Wingo
1
-9
/
+16
2009-12-21
rework vm tracing
Andy Wingo
1
-5
/
+2
[next]