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-11-10
Add specialize-primcalls pass; bump objcode version.
Andy Wingo
1
-98
/
+63
2013-11-08
Remove stack programs, objcode, and the old VM.
Andy Wingo
1
-430
/
+0
2013-11-08
Add br-if-npos-gt
Andy Wingo
1
-102
/
+137
2013-11-08
Fix BR_NARGS data type width
Andy Wingo
1
-1
/
+1
2013-11-05
fix make-long-immediate, make-long-long-immediate for dst >= 256
Andy Wingo
1
-2
/
+2
2013-10-31
Better aliased primcall compilation
Andy Wingo
1
-2
/
+2
2013-10-31
Fix bytevector error messages.
Andy Wingo
1
-3
/
+3
2013-10-31
static-patch! replaces link-procedure!
Andy Wingo
1
-13
/
+16
2013-10-27
Resumable partial continuations in the RTL VM
Andy Wingo
1
-2
/
+6
2013-10-27
VM has "builtins": primitives addressable by emitted RTL code
Andy Wingo
1
-151
/
+192
2013-10-27
Partial continuations are RTL stubs
Andy Wingo
1
-1
/
+1
2013-10-26
Add make-vector, constant-make-vector instructions
Andy Wingo
1
-34
/
+72
2013-10-26
Emit constant-vector-ref, constant-vector-set! for known small indices
Andy Wingo
1
-29
/
+54
2013-10-26
Compile variable-ref, variable-set!
Andy Wingo
1
-3
/
+5
2013-10-26
RTL VM: Fix fluid-ref local addressing.
Andy Wingo
1
-1
/
+1
2013-10-26
RTL VM: Fix variable lookup before modules boot
Andy Wingo
1
-1
/
+17
2013-10-23
RTL VM: Fix LOCAL_REF, LOCAL_SET for unsigned indices
Andy Wingo
1
-2
/
+2
2013-10-18
Continuations are RTL stubs
Andy Wingo
1
-18
/
+29
2013-10-17
RTL engine can apply smobs and applicable structs w/o stack VM
Andy Wingo
1
-12
/
+13
2013-10-17
Fix subr-call
Andy Wingo
1
-1
/
+1
2013-10-17
Fix tail-apply bugs
Andy Wingo
1
-8
/
+9
2013-10-17
bind-rest works in the optional-and-rest-arg case.
Andy Wingo
1
-5
/
+14
2013-10-14
RTL: Compile prompts
Andy Wingo
1
-12
/
+13
2013-10-14
RTL VM: receive-values has allow-extra? flag
Andy Wingo
1
-6
/
+11
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
[next]