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
2018-09-17
Fix --disable-jit compilation
lightning
Andy Wingo
1
-0
/
+10
2018-09-14
Deoptimize to VM when hooks are enabled
Andy Wingo
1
-48
/
+55
2018-09-14
Hook refactors
Andy Wingo
1
-7
/
+7
2018-09-14
Remove hook intrinsics: hooks are just for the VM
Andy Wingo
1
-13
/
+13
2018-09-14
VM manages hook sets itself
Andy Wingo
1
-3
/
+3
2018-09-02
JIT counter tweaks
Andy Wingo
1
-2
/
+2
2018-08-31
JIT threshold controlled by environment variable
Andy Wingo
1
-2
/
+2
2018-08-29
Maybe enter JIT when returning from interpreted functions
Andy Wingo
1
-7
/
+14
2018-08-20
Tweak to instrument-entry
Andy Wingo
1
-0
/
+8
2018-08-17
Add instrumentation to VM builtins
Andy Wingo
1
-1
/
+1
2018-08-13
Define intrinsics for atomic ops
Andy Wingo
1
-7
/
+7
2018-08-13
64-bit intrinsic args and return values passed indirectly on 32-bit
Andy Wingo
1
-9
/
+40
2018-08-13
Avoid needless 64-bit args on 32-bit machines for some intrinsics
Andy Wingo
1
-16
/
+4
2018-08-13
Update error-wrong-num-args intrinsic prototype
Andy Wingo
1
-4
/
+4
2018-08-13
Adapt JIT calling convention; continuations take mra from stack
Andy Wingo
1
-18
/
+11
2018-08-12
Continuations capture machine code address
Andy Wingo
1
-12
/
+38
2018-08-11
Rework foreign-call trampoline
Andy Wingo
1
-6
/
+2
2018-08-11
Invoke VM hooks through intrinsics
Andy Wingo
1
-1
/
+1
2018-08-11
Add unpack-values-object intrinsic
Andy Wingo
1
-6
/
+2
2018-08-08
Change call/cc inst to capture-continuation
Andy Wingo
1
-18
/
+9
2018-08-08
Rework program->ip mapping in VM to always call intrinsic
Andy Wingo
1
-25
/
+8
2018-08-08
Minor optimization in RESET_FRAME
Andy Wingo
1
-3
/
+9
2018-08-07
Merge branch 'master' into lightning
Andy Wingo
1
-16
/
+22
2018-08-07
vm: Fix stack-marking bug in multi-threaded programs.
Ludovic Courtès
1
-14
/
+20
2018-08-07
VM hooks take no values
Andy Wingo
1
-11
/
+7
2018-08-06
Remove push continuation hook; return hook runs before FP pop
Andy Wingo
1
-10
/
+4
2018-08-06
Consolidate apply hook to instrument-entry instruction
Andy Wingo
1
-11
/
+3
2018-07-29
Rewrite subr implementation
Andy Wingo
1
-3
/
+7
2018-07-29
Emit instrument-loop in loops.
Andy Wingo
1
-3
/
+3
2018-07-29
Add instrument-call, instrument-loop VM instructions
Andy Wingo
1
-6
/
+62
2018-07-20
Multiple-value returns now start from slot 0, not slot 1
Andy Wingo
1
-11
/
+11
2018-07-20
Fix stale stack frame clearing for frame size change
Andy Wingo
1
-2
/
+3
2018-07-20
Rework VM approach to shuffling unknown numbers of args
Andy Wingo
1
-112
/
+59
2018-07-20
Reserve frame word for machine return address
Andy Wingo
1
-1
/
+3
2018-07-20
Prepare for frames having separate virtual and machine return addrs
Andy Wingo
1
-11
/
+12
2018-07-20
Merge 'master' into 'lightning'
Andy Wingo
1
-1
/
+1
2018-07-16
Fix errors introduced when giving multiple-values objects a tc7
Andy Wingo
1
-1
/
+1
2018-07-03
Fix bad opcode in VM
Andy Wingo
1
-1
/
+1
2018-07-03
Minor change to VM DSL
Andy Wingo
1
-74
/
+75
2018-06-27
Revert "Refactor hook dispatch in VM"
Andy Wingo
1
-40
/
+16
2018-06-27
Refactor hook dispatch in VM
Andy Wingo
1
-16
/
+40
2018-06-27
Microoptimizations to hook dispatch
Andy Wingo
1
-1
/
+1
2018-06-27
Minor optimizations to debug hook dispatch
Andy Wingo
1
-2
/
+2
2018-06-27
Remove "resume" arg from vm engine
Andy Wingo
1
-18
/
+2
2018-06-27
Intrinsics take registers from thread
Andy Wingo
1
-7
/
+6
2018-06-27
Use CALL_INTRINSICS helper in VM
Andy Wingo
1
-42
/
+42
2018-06-27
bind-rest inst uses cons-rest intrinsic
Andy Wingo
1
-7
/
+1
2018-06-27
Intrinsic for "prompt"
Andy Wingo
1
-8
/
+4
2018-06-27
Remove dedicated current-module instruction.
Andy Wingo
1
-16
/
+1
2018-06-27
allocate-words intrinsic
Andy Wingo
1
-7
/
+20
[next]