index
:
delta/guile.git
alt-par-map-and-thread-safe-popen
baserock/morph
bdw-gc-static-alloc
boehm-demers-weiser-gc
brainfuck
branch_mvo-substrings
branch_mvo-thread-cleanup
branch_release-1-4
branch_release-1-6
branch_release-1-8
calling-convention
cky-hygienic-macros
compile-to-js-merge
coop-repl-servers
dev/hanwen
dirk-adding-josts-environments
dirk-thread-factorization-branch
eval-cleanup
excise-ltdl
historical/wip-1-8-mingw-build
jimb
jimb_env_branch
jimb_mb_branch_1
jimb_readline
lexical-literals
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
master
mdj_elisp_branch
mdj_genloc_branch
mdj_goops_branch
mike-port-encodings
mingw-guile-3.0
mvo-vcell-cleanup-1-branch
mvo_libtool_branch
nan-boxing
ossau-elisp-branch
ossau-gds-dev
r6rs-strings
r7rs-wip
ra0
srfi-4-bytevectors
srfi-41
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
string-abstraction
string_abstraction2
subr-simplification
syncase
syncase-in-boot-9
thread-safe-popen
ttn-back-in-the-saddle
use-minigmp
vm
vm-syncase
vtable-vtable-deprecation
wingo
wip-2.1.2
wip-bpt-elisp
wip-closure-conversion
wip-compiler
wip-cps-bis
wip-cps-for-merge
wip-cse
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-dwarf
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-foreign-objects
wip-generalized-vectors
wip-gnulib-update
wip-goops-refactor
wip-guile-pkg
wip-https-client
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-linker
wip-lloda
wip-load-lang
wip-manual
wip-manual-2
wip-mingw
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-peg
wip-peg-fixed
wip-peg-fixed-2
wip-port-refactor
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-rtl
wip-rtl-assembler
wip-rtl-cps
wip-rtl-dwarf
wip-rtl-halloween
wip-rtl-may-2013
wip-rtl-metadata
wip-rtl-prompts
wip-rtl-vm
wip-sassy
wip-source-info
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-uri-reference
wip-utf16-debugging
wip-vector-cleanup
wip-wingo-elisp-badness
git.savannah.gnu.org: git/guile.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
intrinsics.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify module variable lookup slow-path
Andy Wingo
2021-04-26
1
-1
/
+4
*
Add new lookup, lookup-bound intrinsics
Andy Wingo
2020-05-11
1
-0
/
+2
*
Rename "lookup" intrinsic to "module-variable"
Andy Wingo
2020-05-11
1
-1
/
+1
*
Add intrinsics for a baseline compiler
Andy Wingo
2020-04-29
1
-1
/
+24
*
Fix build on 32-bit systems with JIT support
Andy Wingo
2020-01-11
1
-0
/
+3
*
Optimize fixnum or s64 -> f64 conversions
Andy Wingo
2019-09-01
1
-0
/
+1
*
Compiler allocates boxed flonums in unmarked space
Andy Wingo
2019-08-26
1
-0
/
+2
*
Unbox floor/ceiling and trigonometric functions where possible
Andy Wingo
2019-08-24
1
-0
/
+19
*
Add support for optimized unboxed abs and sqrt
Andy Wingo
2019-08-04
1
-0
/
+5
*
Add an inlined jit fast-path for allocate-words/immediate
Andy Wingo
2019-06-20
1
-0
/
+1
*
Reapply atomics inlining
Andy Wingo
2019-05-27
1
-5
/
+1
*
Revert "Inline the atomic intrinsics"
Andy Wingo
2019-05-27
1
-1
/
+5
*
Inline the atomic intrinsics
Andy Wingo
2019-05-27
1
-5
/
+1
*
Remove hook intrinsics: hooks are just for the VM
Andy Wingo
2018-09-14
1
-4
/
+0
*
Add instrumentation to VM builtins
Andy Wingo
2018-08-17
1
-0
/
+2
*
Define intrinsics for atomic ops
Andy Wingo
2018-08-13
1
-0
/
+8
*
64-bit intrinsic args and return values passed indirectly on 32-bit
Andy Wingo
2018-08-13
1
-1
/
+19
*
Avoid needless 64-bit args on 32-bit machines for some intrinsics
Andy Wingo
2018-08-13
1
-5
/
+5
*
Update error-wrong-num-args intrinsic prototype
Andy Wingo
2018-08-13
1
-1
/
+2
*
Adapt JIT calling convention; continuations take mra from stack
Andy Wingo
2018-08-13
1
-2
/
+1
*
Continuations capture machine code address
Andy Wingo
2018-08-12
1
-8
/
+11
*
Rework foreign-call trampoline
Andy Wingo
2018-08-11
1
-1
/
+1
*
Invoke VM hooks through intrinsics
Andy Wingo
2018-08-11
1
-0
/
+4
*
Add unpack-values-object intrinsic
Andy Wingo
2018-08-11
1
-0
/
+1
*
Rework program->ip mapping in VM to always call intrinsic
Andy Wingo
2018-08-08
1
-1
/
+2
*
Prepare for frames having separate virtual and machine return addrs
Andy Wingo
2018-07-20
1
-6
/
+7
*
Intrinsics take registers from thread
Andy Wingo
2018-06-27
1
-11
/
+8
*
Intrinsic for "prompt"
Andy Wingo
2018-06-27
1
-0
/
+5
*
Compile current-module as intrinsic call
Andy Wingo
2018-06-27
1
-0
/
+2
*
allocate-words intrinsic
Andy Wingo
2018-06-27
1
-0
/
+2
*
Apply-non-program is an intrinsic
Andy Wingo
2018-06-27
1
-0
/
+1
*
Add intrinsics for error conditions (wrong num args etc)
Andy Wingo
2018-06-27
1
-0
/
+7
*
VM throw uses intrinsics
Andy Wingo
2018-06-26
1
-0
/
+4
*
abort-to-prompt uses an intrinsic
Andy Wingo
2018-06-26
1
-0
/
+2
*
Add rest-arg-length intrinsic.
Andy Wingo
2018-06-26
1
-0
/
+2
*
compose-continuation uses an intrinsic
Andy Wingo
2018-06-26
1
-0
/
+2
*
Add intrinsic for call/cc
Andy Wingo
2018-06-26
1
-0
/
+4
*
Rename scm_i_thread to scm_thread
Andy Wingo
2018-06-26
1
-10
/
+9
*
Foreign-call intrinsic boxes errno
Andy Wingo
2018-06-26
1
-2
/
+2
*
Reinstating undelimited continuations uses intrinsic
Andy Wingo
2018-06-26
1
-0
/
+2
*
Add intrinsic for foreign-call
Andy Wingo
2018-06-26
1
-8
/
+11
*
Add push-interrupt-frame VM intrinsic
Andy Wingo
2018-06-25
1
-1
/
+2
*
Move VM keyword argument parsing to happen via an intrinsic
Andy Wingo
2018-06-25
1
-0
/
+8
*
expand_stack intrinsic takes thread
Andy Wingo
2018-06-25
1
-2
/
+2
*
Fix intrinsics copyright line and include guards
Andy Wingo
2018-06-25
1
-2
/
+3
*
Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types
Andy Wingo
2018-06-21
1
-7
/
+7
*
Update license notices in all C files
Andy Wingo
2018-06-20
1
-17
/
+17
*
Remove (C) from copyright statements
Andy Wingo
2018-06-20
1
-1
/
+1
*
Rename __scm.h to scm.h
Andy Wingo
2018-06-20
1
-1
/
+1
*
Remove Emacs local variables comments in Guile source
Andy Wingo
2018-06-20
1
-6
/
+0
[next]