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
/
jit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify module variable lookup slow-path
Andy Wingo
2021-04-26
1
-0
/
+30
*
Add JIT capability for MinGW
Mike Gran
2021-03-13
1
-13
/
+52
*
Fix JIT compilation for jtable
Andy Wingo
2020-08-12
1
-1
/
+1
*
Add eq-immediate? instruction
Andy Wingo
2020-08-03
1
-0
/
+26
*
Add sign-extending make-immediate instruction
Andy Wingo
2020-07-30
1
-0
/
+19
*
Update use of jit_begin_data API
Andy Wingo
2020-07-30
1
-1
/
+1
*
Add JIT implementation for jtable
Andy Wingo
2020-07-30
1
-5
/
+36
*
Add jtable instruction
Andy Wingo
2020-07-23
1
-0
/
+41
*
Reload FP if needed in bind-rest also
Andy Wingo
2020-05-11
1
-0
/
+6
*
Fix JIT asserts with different code generated by baseline
Andy Wingo
2020-05-11
1
-5
/
+22
*
Add intrinsics for a baseline compiler
Andy Wingo
2020-04-29
1
-0
/
+52
*
Add support for perf map creation
Andy Wingo
2020-02-26
1
-0
/
+25
*
Better debugging in jit.c
Andy Wingo
2020-02-19
1
-9
/
+36
*
Fix build on 32-bit systems with JIT support
Andy Wingo
2020-01-11
1
-1
/
+7
*
Move less? slow path out of line
Andy Wingo
2019-12-10
1
-32
/
+31
*
Add fixnum fast-path for =
Andy Wingo
2019-12-10
1
-6
/
+29
*
Move allocate-pointerless-words/immediate slow path out of line
Andy Wingo
2019-12-10
1
-12
/
+19
*
Move allocate-words/immediate slow path out of line
Andy Wingo
2019-12-10
1
-12
/
+19
*
Move assert-nargs-le slow path out of line
Andy Wingo
2019-12-10
1
-10
/
+5
*
Add out-of-line slow path for abort
Andy Wingo
2019-12-10
1
-7
/
+3
*
Add out-of-line slow path for compose-continuation
Andy Wingo
2019-12-10
1
-6
/
+2
*
Add subr-call out-of-line slow path
Andy Wingo
2019-12-10
1
-9
/
+14
*
Move alloc-frame slow path out of line
Andy Wingo
2019-12-10
1
-25
/
+50
*
Move assert-nargs-ge slow path out of line
Andy Wingo
2019-12-10
1
-12
/
+5
*
Move assert-nargs-ee slow path out of line
Andy Wingo
2019-12-10
1
-11
/
+14
*
Move receive-values slow path out of line
Andy Wingo
2019-12-10
1
-18
/
+10
*
Move receive slow path out of line
Andy Wingo
2019-12-10
1
-7
/
+4
*
Move handle-interrupts slow path out of line
Andy Wingo
2019-12-10
1
-17
/
+9
*
Move add, sub slow paths out of line
Andy Wingo
2019-12-10
1
-37
/
+34
*
Move add/immediate, sub/immediate slow paths out of line
Andy Wingo
2019-12-10
1
-29
/
+34
*
Add infrastructure for out-of-line JIT compilation of slow paths
Andy Wingo
2019-12-10
1
-20
/
+750
*
Remove vm->sp_min_since_gc
Andy Wingo
2019-12-09
1
-10
/
+4
*
Fix JIT tier-up from within loops for already-JIT-compiled functions
Andy Wingo
2019-12-08
1
-26
/
+30
*
Optimize fixnum or s64 -> f64 conversions
Andy Wingo
2019-09-01
1
-0
/
+9
*
Compiler allocates boxed flonums in unmarked space
Andy Wingo
2019-08-26
1
-0
/
+54
*
Unbox floor/ceiling and trigonometric functions where possible
Andy Wingo
2019-08-24
1
-1
/
+26
*
Add support for optimized unboxed abs and sqrt
Andy Wingo
2019-08-04
1
-0
/
+26
*
Fix some compiler warnings on 64-bit builds
Andy Wingo
2019-08-03
1
-18
/
+2
*
Fix calls to handle-interrupts trampoline on ARMv7
Andy Wingo
2019-08-02
1
-2
/
+0
*
Add an inlined jit fast-path for allocate-words/immediate
Andy Wingo
2019-06-20
1
-7
/
+35
*
Fix compilation on GCC 5.5
Andy Wingo
2019-06-20
1
-5
/
+8
*
Use call/return instructions for non-tail calls
Andy Wingo
2019-06-20
1
-24
/
+34
*
Speed up returns in JIT
Andy Wingo
2019-06-18
1
-11
/
+39
*
jit: Direct tail calls assert that target can have mcode
Andy Wingo
2019-06-18
1
-6
/
+2
*
VM does not initialize stack frames
Andy Wingo
2019-06-06
1
-32
/
+2
*
Allow for bind-optionals without alloc-frame
Andy Wingo
2019-06-06
1
-45
/
+68
*
Add bind-optionals instruction
Andy Wingo
2019-06-06
1
-0
/
+31
*
Avoid saving IP for <? fast-path
Andy Wingo
2019-06-06
1
-1
/
+1
*
Remove check for instrument-entry
Andy Wingo
2019-05-27
1
-7
/
+0
*
Dynamically assert functions start with instrument-entry
Andy Wingo
2019-05-27
1
-6
/
+4
[next]