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-i-scheme.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-15
Use fixnums for int32 when the native word size of greater than 4 bytes.
Ludovic Courtès
1
-2
/
+16
2009-08-06
loop detection in the house
Andy Wingo
1
-2
/
+8
2009-08-05
add1 and sub1 instructions
Andy Wingo
1
-0
/
+26
2009-07-21
renumber vm ops (objcode cookie bumped)
Andy Wingo
1
-68
/
+68
2009-07-14
fix bounds checks for the last element of bv-*-{ref,set}
Andy Wingo
1
-7
/
+7
2009-07-14
Remove potential "uninitialized variable" GCC warnings.
Ludovic Courtès
1
-8
/
+8
2009-06-26
bytevector ops now compile down to low-level VM ops
Andy Wingo
1
-5
/
+6
2009-06-26
vector-ref and vector-set! now have opcodes
Andy Wingo
1
-47
/
+76
2009-06-26
add bytevector ops to the vm
Andy Wingo
1
-0
/
+217
2009-06-24
allow primcall ops to push 0 values
Andy Wingo
1
-10
/
+17
2009-06-17
Change Guile license to LGPLv3+
Neil Jerram
1
-6
/
+7
2009-06-07
fix incorrect inlining of + when + is locally redefined
Andy Wingo
1
-1
/
+1
2009-05-26
adjust VM copyright notices to LGPL, use SCM_INTERNAL/API properly
Andy Wingo
1
-36
/
+12
2009-02-05
in debug mode, make sure that calls to the vm can be captured via make-stack
Andy Wingo
1
-1
/
+1
2009-01-29
static opcodes; refactor program/objcode division; use new assembly pipeline
Andy Wingo
1
-29
/
+40
2008-10-31
new ops: slot-ref, slot-set. remove and recompile your .go files
Andy Wingo
1
-0
/
+22
2008-10-18
fix bug in self-tail-recursion with "external" variables; other sundries
Andy Wingo
1
-4
/
+10
2008-10-03
precise stack marking, fix some missed references, still imperfect
Andy Wingo
1
-2
/
+2
2008-09-13
readability improvement in vm-i-scheme
Andy Wingo
1
-0
/
+6
2008-08-26
fetch an inum's bits into a scm_bits_t, not an int
Andy Wingo
1
-16
/
+2
2008-08-21
merge guile-vm into libguile itself
Andy Wingo
1
-0
/
+283