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
/
jit.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-13
Fix compilation with C23
Andy Wingo
1
-3
/
+3
2023-11-20
Add logand/immediate, ulogand/immediate primcalls
Andy Wingo
1
-0
/
+19
2023-10-02
Fix branch fusing
Andy Wingo
1
-0
/
+13
2023-10-02
Improve handling of push/pop/drop in jit
Andy Wingo
1
-44
/
+246
2023-10-02
Widen all jit compiler routines to take 32-bit operands
Andy Wingo
1
-180
/
+180
2023-08-28
Better compilation of calls to `raise-exception`
Andy Wingo
1
-1
/
+12
2023-04-27
Use SCM_GSUBR_MAX in place of the hardcoded number
Daniel Llorens
1
-2
/
+2
2022-12-20
fix Apple Silicon JIT compilation
Aleix Conchillo FlaquƩ
1
-1
/
+24
2021-04-26
Simplify module variable lookup slow-path
Andy Wingo
1
-0
/
+30
2021-03-13
Add JIT capability for MinGW
Mike Gran
1
-13
/
+52
2020-08-12
Fix JIT compilation for jtable
Andy Wingo
1
-1
/
+1
2020-08-03
Add eq-immediate? instruction
Andy Wingo
1
-0
/
+26
2020-07-30
Add sign-extending make-immediate instruction
Andy Wingo
1
-0
/
+19
2020-07-30
Update use of jit_begin_data API
Andy Wingo
1
-1
/
+1
2020-07-30
Add JIT implementation for jtable
Andy Wingo
1
-5
/
+36
2020-07-23
Add jtable instruction
Andy Wingo
1
-0
/
+41
2020-05-11
Reload FP if needed in bind-rest also
Andy Wingo
1
-0
/
+6
2020-05-11
Fix JIT asserts with different code generated by baseline
Andy Wingo
1
-5
/
+22
2020-04-29
Add intrinsics for a baseline compiler
Andy Wingo
1
-0
/
+52
2020-02-26
Add support for perf map creation
Andy Wingo
1
-0
/
+25
2020-02-19
Better debugging in jit.c
Andy Wingo
1
-9
/
+36
2020-01-11
Fix build on 32-bit systems with JIT support
Andy Wingo
1
-1
/
+7
2019-12-10
Move less? slow path out of line
Andy Wingo
1
-32
/
+31
2019-12-10
Add fixnum fast-path for =
Andy Wingo
1
-6
/
+29
2019-12-10
Move allocate-pointerless-words/immediate slow path out of line
Andy Wingo
1
-12
/
+19
2019-12-10
Move allocate-words/immediate slow path out of line
Andy Wingo
1
-12
/
+19
2019-12-10
Move assert-nargs-le slow path out of line
Andy Wingo
1
-10
/
+5
2019-12-10
Add out-of-line slow path for abort
Andy Wingo
1
-7
/
+3
2019-12-10
Add out-of-line slow path for compose-continuation
Andy Wingo
1
-6
/
+2
2019-12-10
Add subr-call out-of-line slow path
Andy Wingo
1
-9
/
+14
2019-12-10
Move alloc-frame slow path out of line
Andy Wingo
1
-25
/
+50
2019-12-10
Move assert-nargs-ge slow path out of line
Andy Wingo
1
-12
/
+5
2019-12-10
Move assert-nargs-ee slow path out of line
Andy Wingo
1
-11
/
+14
2019-12-10
Move receive-values slow path out of line
Andy Wingo
1
-18
/
+10
2019-12-10
Move receive slow path out of line
Andy Wingo
1
-7
/
+4
2019-12-10
Move handle-interrupts slow path out of line
Andy Wingo
1
-17
/
+9
2019-12-10
Move add, sub slow paths out of line
Andy Wingo
1
-37
/
+34
2019-12-10
Move add/immediate, sub/immediate slow paths out of line
Andy Wingo
1
-29
/
+34
2019-12-10
Add infrastructure for out-of-line JIT compilation of slow paths
Andy Wingo
1
-20
/
+750
2019-12-09
Remove vm->sp_min_since_gc
Andy Wingo
1
-10
/
+4
2019-12-08
Fix JIT tier-up from within loops for already-JIT-compiled functions
Andy Wingo
1
-26
/
+30
2019-09-01
Optimize fixnum or s64 -> f64 conversions
Andy Wingo
1
-0
/
+9
2019-08-26
Compiler allocates boxed flonums in unmarked space
Andy Wingo
1
-0
/
+54
2019-08-24
Unbox floor/ceiling and trigonometric functions where possible
Andy Wingo
1
-1
/
+26
2019-08-04
Add support for optimized unboxed abs and sqrt
Andy Wingo
1
-0
/
+26
2019-08-03
Fix some compiler warnings on 64-bit builds
Andy Wingo
1
-18
/
+2
2019-08-02
Fix calls to handle-interrupts trampoline on ARMv7
Andy Wingo
1
-2
/
+0
2019-06-20
Add an inlined jit fast-path for allocate-words/immediate
Andy Wingo
1
-7
/
+35
2019-06-20
Fix compilation on GCC 5.5
Andy Wingo
1
-5
/
+8
2019-06-20
Use call/return instructions for non-tail calls
Andy Wingo
1
-24
/
+34
[next]