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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-17
Fix --disable-jit compilation
lightning
Andy Wingo
7
-8
/
+27
2018-09-15
Turn on automatic JIT compilation by default
Andy Wingo
1
-26
/
+6
2018-09-15
Fix emergency aborts to not expand the stack
Andy Wingo
3
-6
/
+73
2018-09-14
Fix scm_make_foreign_object_n.
Andy Wingo
1
-1
/
+1
2018-09-14
Deoptimize to VM when hooks are enabled
Andy Wingo
2
-51
/
+75
2018-09-14
Hook refactors
Andy Wingo
3
-87
/
+116
2018-09-14
Micro-optimization of scm_vm placement in scm_thread
Andy Wingo
1
-3
/
+3
2018-09-14
Remove hook intrinsics: hooks are just for the VM
Andy Wingo
4
-73
/
+26
2018-09-14
VM manages hook sets itself
Andy Wingo
7
-62
/
+130
2018-09-10
Fix JIT compilation of intrinsics that return doubles
Andy Wingo
1
-1
/
+8
2018-09-10
Fix positional-arguments<=? compilation
Andy Wingo
1
-2
/
+2
2018-09-07
Fix compilation of compare-and-swap
Andy Wingo
1
-1
/
+1
2018-09-07
Refactor handling of lightning state
Andy Wingo
1
-48
/
+49
2018-09-07
Fix compilation of handle-interrupts
Andy Wingo
1
-1
/
+1
2018-09-07
Use custom JIT code allocator
Andy Wingo
1
-11
/
+125
2018-09-05
Revert "<?" fast path for now
Andy Wingo
1
-2
/
+11
2018-09-05
Add JIT fast paths for inum arithmetic
Andy Wingo
1
-9
/
+102
2018-09-05
Fix JIT compilation of [positional-]arguments<=?
Andy Wingo
1
-9
/
+16
2018-09-05
Improve JIT cleanup a bit
Andy Wingo
1
-1
/
+2
2018-09-03
Fix nonlocal abort to compiled continuation
Andy Wingo
1
-1
/
+3
2018-09-02
Improve compute_mcode allocation logic
Andy Wingo
1
-4
/
+5
2018-09-02
Fix a memory leak in JIT
Andy Wingo
1
-0
/
+1
2018-09-02
Fix assertion error running compile-file with threshold 0
Andy Wingo
1
-3
/
+3
2018-09-02
Add ability to tier up from within loops
Andy Wingo
1
-23
/
+46
2018-09-02
JIT counter tweaks
Andy Wingo
2
-4
/
+7
2018-09-02
Add configurable JIT logging levels
Andy Wingo
1
-6
/
+26
2018-09-02
Prevent Lightning from stompling our registers
Andy Wingo
1
-0
/
+30
2018-09-01
Add ability to stop JIT after N compilations.
Andy Wingo
1
-3
/
+27
2018-09-01
Minor 32-bit untag-fixnum optimization
Andy Wingo
1
-2
/
+1
2018-09-01
Fix compilation of compile_eq
Andy Wingo
1
-2
/
+2
2018-08-31
More JIT debugging
Andy Wingo
1
-6
/
+29
2018-08-31
JIT threshold controlled by environment variable
Andy Wingo
3
-3
/
+10
2018-08-31
Minor optimization in compile_alloc_frame
Andy Wingo
1
-1
/
+0
2018-08-29
Fix bind-kwargs JIT compilation
Andy Wingo
1
-1
/
+1
2018-08-29
Fix JIT compilation of composable continuations
Andy Wingo
2
-2
/
+2
2018-08-29
Fix jit function data for goto_continuation_code
Andy Wingo
1
-1
/
+1
2018-08-29
Fix JIT compilation of shuffle-down
Andy Wingo
1
-1
/
+1
2018-08-29
Fix JIT compilation of call-with-prompt
Andy Wingo
1
-1
/
+13
2018-08-29
Fix miscompilation for "abort" opcode
Andy Wingo
1
-1
/
+1
2018-08-29
Add fast paths to intrinsics
Andy Wingo
1
-1
/
+27
2018-08-29
Maybe enter JIT when returning from interpreted functions
Andy Wingo
2
-15
/
+19
2018-08-29
JIT tracks register clobbers
Andy Wingo
1
-255
/
+454
2018-08-28
JIT: Store FP in register during procedure prolog/epilog
Andy Wingo
1
-242
/
+511
2018-08-26
Bug-fix for alloc-frame and stack moving
Andy Wingo
1
-7
/
+9
2018-08-26
Minor JIT refactor
Andy Wingo
1
-5
/
+4
2018-08-25
Fuse comparisons and branches in JIT
Andy Wingo
1
-228
/
+475
2018-08-25
JIT refactor
Andy Wingo
1
-31
/
+30
2018-08-24
Fix again the unknown-filling of alloc-frame
Andy Wingo
1
-2
/
+1
2018-08-24
Fix JIT compilation of bind-rest
Andy Wingo
1
-1
/
+1
2018-08-24
Fix fp-ref, fp-set! helpers in jit for signedness
Andy Wingo
1
-2
/
+2
[next]