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
/
module
/
language
/
cps
/
compile-bytecode.scm
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-20
Add logand/immediate, ulogand/immediate primcalls
Andy Wingo
1
-0
/
+2
2023-08-28
Better compilation of calls to `raise-exception`
Andy Wingo
1
-1
/
+3
2023-08-17
Add new $calli expression type.
Andy Wingo
1
-1
/
+3
2023-06-19
Fix bug in compilation of rsh/lsh
Andy Wingo
1
-2
/
+2
2021-11-15
Allow callk to continue to kargs
Andy Wingo
1
-0
/
+2
2021-11-15
Refactor send and receive shuffles in slot allocation
Andy Wingo
1
-7
/
+7
2021-11-15
Refactor compile-bytecode
Andy Wingo
1
-142
/
+115
2021-04-26
Simplify module variable lookup slow-path
Andy Wingo
1
-0
/
+6
2021-04-23
Fix comments in cps/compile-bytecode
Andy Wingo
1
-2
/
+5
2021-04-21
Allow $kargs as entry of $kfun
Andy Wingo
1
-3
/
+10
2020-08-12
Add $switch CPS term kind
Andy Wingo
1
-0
/
+6
2020-08-03
CPS compiler reduces eq? on constant to eq-constant?
Andy Wingo
1
-7
/
+2
2020-05-11
Add new lookup, lookup-bound intrinsics
Andy Wingo
1
-0
/
+6
2020-05-11
Rename "lookup" intrinsic to "module-variable"
Andy Wingo
1
-2
/
+3
2020-05-08
Define new "lowering" phase in compiler
Andy Wingo
1
-24
/
+1
2019-08-26
Compiler allocates boxed flonums in unmarked space
Andy Wingo
1
-0
/
+6
2019-08-18
Fix bug in which codegen accessed data beyond end of stack
Andy Wingo
1
-8
/
+20
2019-06-07
Add support no closure in $callk
Andy Wingo
1
-2
/
+4
2019-06-07
Add compiler support for eliding closure bindings
Andy Wingo
1
-5
/
+8
2018-10-03
Rename $closure to $const-fun
Andy Wingo
1
-1
/
+1
2018-07-29
Emit instrument-loop in loops.
Andy Wingo
1
-3
/
+8
2018-07-20
Multiple-value returns now start from slot 0, not slot 1
Andy Wingo
1
-4
/
+4
2018-07-20
Rework VM approach to shuffling unknown numbers of args
Andy Wingo
1
-3
/
+9
2018-05-14
Compile "define!" via intrinsic
Andy Wingo
1
-2
/
+3
2018-05-14
Remove backend support for cached-module-box et al.
Andy Wingo
1
-6
/
+0
2018-05-14
Add cache-ref, cache-set! macro-instructions
Andy Wingo
1
-0
/
+4
2018-05-14
Add intrinsics for module operations
Andy Wingo
1
-0
/
+4
2018-04-13
Explode atomic box ops to new atomic instructions
Andy Wingo
1
-13
/
+15
2018-04-10
Disable f64->scm instruction
Andy Wingo
1
-2
/
+0
2018-04-10
Add $code CPS expression type
Andy Wingo
1
-2
/
+2
2018-04-10
Instruction explosion for char->integer
Andy Wingo
1
-2
/
+0
2018-04-10
Remove integer->char op
Andy Wingo
1
-2
/
+0
2018-04-08
Add VM ops needed for string-ref
Andy Wingo
1
-0
/
+7
2018-01-22
Remove free-ref, free-set!
Andy Wingo
1
-5
/
+0
2018-01-22
Remove optimizer and backend support for struct ops
Andy Wingo
1
-22
/
+0
2018-01-16
Remove optimizer and backend support for bv-u8-ref et al
Andy Wingo
1
-63
/
+0
2018-01-16
Instruction explosion for bytevector setters
Andy Wingo
1
-7
/
+7
2018-01-15
Instruction explosion for integer bytevector ref procedures
Andy Wingo
1
-6
/
+6
2018-01-14
Rename gc-pointer-ref to pointer-ref
Andy Wingo
1
-5
/
+5
2018-01-14
Add raw u8-ref, etc instructions
Andy Wingo
1
-0
/
+65
2018-01-10
Add optimizer and backend support for gc-pointer-ref
Andy Wingo
1
-0
/
+5
2018-01-10
Lower box, box-ref, box-set! primcalls
Andy Wingo
1
-2
/
+0
2018-01-07
Remove special optimizer and backend support for pairs
Andy Wingo
1
-4
/
+0
2018-01-07
Re-add compiler backend support for immutable vectors
Andy Wingo
1
-0
/
+2
2018-01-07
CPS pass now expects exploded vector primitives
Andy Wingo
1
-18
/
+0
2018-01-03
$throw is a new kind of CPS term
Andy Wingo
1
-8
/
+13
2018-01-03
$prompt is now its own kind of CPS term.
Andy Wingo
1
-23
/
+28
2018-01-03
$branch is now a distinct CPS term type
Andy Wingo
1
-75
/
+81
2017-12-27
Flesh out compile-bytecode for all heap objects
Andy Wingo
1
-11
/
+28
2017-12-27
Remove compile-bytecode cases for ephemeral primitives
Andy Wingo
1
-8
/
+5
[next]