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
/
test-suite
/
tests
/
peval.test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove a couple of uses of GLIL from the test suite.
Andy Wingo
2013-11-08
1
-1
/
+0
*
Fix make-vector peval test
Andy Wingo
2013-11-08
1
-1
/
+1
*
Fix peval bug with inlining and optional argument initializers
Andy Wingo
2013-10-10
1
-1
/
+9
*
Adapt peval.test to recent associativity fixes of numeric ops.
Mark H Weaver
2013-08-13
1
-12
/
+9
*
Inline escape-only prompt bodies in the Tree-IL
Andy Wingo
2013-08-11
1
-4
/
+1
*
remove peval abort-in-tail-position optimization
Andy Wingo
2013-08-11
1
-0
/
+3
*
<prompt> body and handler are lambdas; add escape-only? field
Andy Wingo
2013-07-06
1
-16
/
+20
*
dynamic-wind in terms of wind and unwind; remove <dynwind>, @dynamic-wind
Andy Wingo
2013-06-27
1
-24
/
+30
*
remove @apply memoizer
Andy Wingo
2013-06-27
1
-7
/
+7
*
<dynwind> no longer has "pre" or "post" fields
Andy Wingo
2013-06-16
1
-17
/
+39
*
Reduce call-with-values to let for singly-valued producers
Andy Wingo
2013-06-16
1
-0
/
+9
*
Pre-order tree-il rewrites are now non-destructive
Andy Wingo
2013-06-10
1
-2
/
+2
*
Tree-il post-order rewriter no longer destructive
Andy Wingo
2013-06-10
1
-2
/
+2
*
Simplify let-values to let if consumer binds only one variable
Andy Wingo
2013-06-10
1
-1
/
+6
*
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
2013-02-18
1
-1
/
+149
|
\
|
*
local rewrite for apply to a let-bound rest list
Andy Wingo
2013-02-15
1
-5
/
+26
|
*
inline call-with-values consumers with optional and/or rest args
Andy Wingo
2013-02-15
1
-0
/
+7
|
*
more rest argument inlining improvements
Andy Wingo
2013-02-15
1
-0
/
+71
|
*
better inlining of `apply' with rest arguments
Andy Wingo
2013-02-15
1
-0
/
+29
|
*
procedures with rest arguments can get inlined
Andy Wingo
2013-02-15
1
-0
/
+8
|
*
peval can inline let-bound lambdas
Andy Wingo
2013-02-14
1
-1
/
+13
*
|
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
2012-07-06
1
-14
/
+34
|
\
\
|
|
/
|
*
simplify one kind of degenerate prompt
Andy Wingo
2012-07-05
1
-13
/
+25
|
*
optimize (apply foo 0 (list 1 2)) => (foo 0 1 2)
Andy Wingo
2012-07-05
1
-1
/
+9
*
|
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
2012-05-21
1
-1
/
+57
|
\
\
|
|
/
|
*
stronger conditional optimization
Andy Wingo
2012-05-15
1
-0
/
+27
|
*
optimization for chain of if expressions with common tests
Andy Wingo
2012-05-15
1
-1
/
+30
*
|
fix peval test for recent merge
Andy Wingo
2012-04-30
1
-2
/
+2
*
|
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
2012-04-26
1
-1
/
+15
|
\
\
|
|
/
|
*
avoid emitting degenerate aliases in peval
Andy Wingo
2012-04-23
1
-1
/
+15
*
|
Merge commit '1cd63115be7a25d0ea18aaa0e1eff5658d8db77a'
Andy Wingo
2012-04-26
1
-6
/
+6
|
\
\
|
|
/
|
*
minor tweaks to a peval test
Andy Wingo
2012-04-23
1
-4
/
+4
*
|
Merge commit 'de1eb420a5a95b17e85b19c4d98c869036e9ecb0'
Andy Wingo
2012-04-26
1
-204
/
+217
|
/
*
peval tests into separate file
Andy Wingo
2012-04-23
1
-0
/
+988