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
2023-11-20
Add logand/immediate, ulogand/immediate primcalls
Andy Wingo
1
-1
/
+16
2023-08-28
Better compilation of calls to `raise-exception`
Andy Wingo
1
-2
/
+12
2023-07-17
Avoid inline assembly in VM when using Clang
Michael Gran
1
-1
/
+1
2021-04-26
Simplify module variable lookup slow-path
Andy Wingo
1
-2
/
+42
2020-08-03
Add eq-immediate? instruction
Andy Wingo
1
-1
/
+21
2020-07-30
Add sign-extending make-immediate instruction
Andy Wingo
1
-2
/
+16
2020-07-23
Add jtable instruction
Andy Wingo
1
-1
/
+25
2020-04-29
Add intrinsics for a baseline compiler
Andy Wingo
1
-3
/
+57
2019-12-09
Remove vm->sp_min_since_gc
Andy Wingo
1
-15
/
+5
2019-09-01
Optimize fixnum or s64 -> f64 conversions
Andy Wingo
1
-1
/
+15
2019-08-26
Compiler allocates boxed flonums in unmarked space
Andy Wingo
1
-2
/
+34
2019-08-24
Unbox floor/ceiling and trigonometric functions where possible
Andy Wingo
1
-1
/
+19
2019-08-04
Add support for optimized unboxed abs and sqrt
Andy Wingo
1
-1
/
+19
2019-06-18
Speed up returns in JIT
Andy Wingo
1
-1
/
+1
2019-06-06
VM does not initialize stack frames
Andy Wingo
1
-19
/
+8
2019-06-06
Add bind-optionals instruction
Andy Wingo
1
-1
/
+22
2019-05-27
Reapply atomics inlining
Andy Wingo
1
-6
/
+6
2019-05-27
Revert "Inline the atomic intrinsics"
Andy Wingo
1
-6
/
+6
2019-05-27
Inline the atomic intrinsics
Andy Wingo
1
-6
/
+6
2018-10-07
Fix unused local warning in vm-engine.c
Andy Wingo
1
-1
/
+0
2018-09-30
Finish updating vm.texi
Andy Wingo
1
-8
/
+8
2018-09-22
Update comments in vm-engine.c
Andy Wingo
1
-41
/
+451
2018-09-22
Fix case where running abort hook could trash registers
Andy Wingo
1
-2
/
+5
2018-09-20
Renumber instructions and bump objcode version
v2.3.0
Andy Wingo
1
-1287
/
+1176
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
[next]