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
/
tree-il
/
optimize.scm
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-26
Implement cross-module inlining
wip-inlinable-exports
Andy Wingo
1
-1
/
+2
2021-04-26
Add support for recording inlinable module exports
Andy Wingo
1
-2
/
+4
2021-04-26
Add pass to resolve free toplevel references in declarative modules
Andy Wingo
1
-0
/
+2
2020-05-31
Fix bug where private bindings would never be sealed
Andy Wingo
1
-1
/
+1
2020-05-14
Tree-IL lowerer only loads needed optimizations
Andy Wingo
1
-37
/
+39
2020-05-13
Fix optimizers after language lowerer refactor
Andy Wingo
1
-13
/
+12
2020-05-11
Avoid having "guild compile" load optimizers
Andy Wingo
1
-15
/
+2
2020-05-11
Declare #:cps? as an available optimization
Andy Wingo
1
-1
/
+2
2020-05-08
Define new "lowering" phase in compiler
Andy Wingo
1
-0
/
+12
2020-01-15
Add eta-expansion pass after peval
Andy Wingo
1
-2
/
+5
2019-08-28
At optimization level -O3, seal declarative module-private bindings
Andy Wingo
1
-1
/
+5
2019-08-25
Letrectify only on -O2; update docs
Andy Wingo
1
-1
/
+6
2019-08-18
Enable letrectification
Andy Wingo
1
-4
/
+7
2019-08-13
Run fix-letrec before peval
Andy Wingo
1
-3
/
+2
2018-01-05
Disable resolve-primitives pass below -O2
Andy Wingo
1
-9
/
+23
2018-01-05
Add (system base optimize) module
Andy Wingo
1
-4
/
+10
2015-10-22
Wire up `guild compile -O0 foo.scm'
Andy Wingo
1
-2
/
+6
2014-04-06
Remove old Tree-IL CSE pass
Andy Wingo
1
-12
/
+3
2014-04-05
Disable Tree-IL CSE
Andy Wingo
1
-5
/
+6
2013-06-10
Pre-order tree-il rewrites are now non-destructive
Andy Wingo
1
-3
/
+3
2013-06-10
Tree-il post-order rewriter no longer destructive
Andy Wingo
1
-3
/
+3
2012-04-23
enable cse
Andy Wingo
1
-4
/
+12
2011-10-07
optimizer verifies its output
Andy Wingo
1
-2
/
+4
2011-09-28
separate peval and a new canonicalization pass into their own modules
Andy Wingo
1
-962
/
+2
2011-09-28
((lambda ...) ...) fix
Andy Wingo
1
-2
/
+5
2011-09-28
peval: more effective binding pruning
Andy Wingo
1
-29
/
+37
2011-09-28
don't propagate pure primcalls that might not type-check
Andy Wingo
1
-1
/
+16
2011-09-28
peval works on all expressions
Andy Wingo
1
-499
/
+462
2011-09-28
peval: elide make-prompt-tag in effect context
Andy Wingo
1
-3
/
+7
2011-09-28
peval: add support for <prompt> and <abort>
Andy Wingo
1
-2
/
+65
2011-09-28
peval: fix algorithmic behavior of `cons'
Andy Wingo
1
-11
/
+12
2011-09-27
peval: more strict accounting
Andy Wingo
1
-30
/
+61
2011-09-26
peval: fix inlining of lambda* with #:optional
Andy Wingo
1
-8
/
+2
2011-09-26
remove unused peval helpers
Andy Wingo
1
-11
/
+0
2011-09-25
peval: simpler and more precise treatment of mutability
Andy Wingo
1
-70
/
+89
2011-09-25
peval: add a bunch of missing maybe-unconst calls
Andy Wingo
1
-9
/
+10
2011-09-25
peval uses effort counters, propagates lambdas more effectively
Andy Wingo
1
-160
/
+207
2011-09-24
prune unused letrec bindings
Andy Wingo
1
-1
/
+12
2011-09-24
more peval refactoring
Andy Wingo
1
-7
/
+17
2011-09-24
add helpers for effort counters
Andy Wingo
1
-0
/
+55
2011-09-24
peval refactor
Andy Wingo
1
-46
/
+48
2011-09-24
attempt to prune unreferenced bindings
Andy Wingo
1
-26
/
+62
2011-09-24
peval handles lexical-set
Andy Wingo
1
-15
/
+34
2011-09-24
peval: pre-analyze mutated or reffed-once lexicals
Andy Wingo
1
-0
/
+45
2011-09-24
peval: don't propagate expressions that access memory
Andy Wingo
1
-9
/
+6
2011-09-24
context-specific folding for peval in test and effect contexts
Andy Wingo
1
-20
/
+54
2011-09-24
thread a context through peval
Andy Wingo
1
-49
/
+62
2011-09-24
peval: various bugfixes
Andy Wingo
1
-18
/
+21
2011-09-24
tree-il-any bugfix
Andy Wingo
1
-1
/
+3
2011-09-24
minor peval style tweak
Andy Wingo
1
-1
/
+1
[next]