Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
guile-commits (date)
[
Thread Index
][
Top
][
All Lists
][
guile-commits info page
]
Advanced
[
Prev Period
]
Last Modified: Fri Jun 23 2023 03:02:14 -0400
Messages in reverse chronological order
[
Next Period
]
June 23, 2023
[Guile-commits] branch wip-tailify updated (23d4263c1 -> 018c5b9ad)
,
Andy Wingo
,
03:02
[Guile-commits] 02/02: Add wasm32 and wasm64 CPU types
,
Andy Wingo
,
03:02
[Guile-commits] 01/02: Include optimizations when targetting hoot runtime
,
Andy Wingo
,
03:02
June 22, 2023
[Guile-commits] 02/04: Add new $calli expression type.
,
Andy Wingo
,
10:29
[Guile-commits] 03/04: Add tailify pass
,
Andy Wingo
,
10:29
[Guile-commits] 04/04: Add unify-returns pass for hoot targets; wire up hoot backend
,
Andy Wingo
,
10:29
[Guile-commits] 01/04: Add indirect-tail-call VM instruction
,
Andy Wingo
,
10:29
[Guile-commits] branch wip-tailify updated (5348ad921 -> 23d4263c1)
,
Andy Wingo
,
10:29
[Guile-commits] branch main updated: Add representations for new primcalls
,
Andy Wingo
,
10:21
[Guile-commits] 03/03: Add tailify pass
,
Andy Wingo
,
10:15
[Guile-commits] 02/03: Add new $calli expression type.
,
Andy Wingo
,
10:15
[Guile-commits] 01/03: Add indirect-tail-call VM instruction
,
Andy Wingo
,
10:15
[Guile-commits] branch wip-tailify updated (b7b5ce0a7 -> 5348ad921)
,
Andy Wingo
,
10:15
[Guile-commits] 14/19: Tree-IL-to-CPS lowers to high-level object reprs: atomic boxes
,
Andy Wingo
,
10:12
[Guile-commits] 11/19: Contification uses 'cons primcall
,
Andy Wingo
,
10:12
[Guile-commits] 17/19: Tree-IL-to-CPS lowers to high-level object reprs: bytevectors
,
Andy Wingo
,
10:12
[Guile-commits] 10/19: DCE ignores setters to dead objects
,
Andy Wingo
,
10:12
[Guile-commits] 12/19: Closure conversion produces high-level object representations
,
Andy Wingo
,
10:12
[Guile-commits] 09/19: Remove useless code in CSE
,
Andy Wingo
,
10:12
[Guile-commits] 01/19: Fix target-max-size-t/scm to not be a fraction (oops)
,
Andy Wingo
,
10:12
[Guile-commits] 19/19: Tree-IL-to-CPS lowers to high-level object reprs: vectors
,
Andy Wingo
,
10:12
[Guile-commits] 18/19: Tree-IL-to-CPS lowers to high-level object reprs: strings
,
Andy Wingo
,
10:12
[Guile-commits] 15/19: Tree-IL-to-CPS lowers to high-level object reprs: pairs
,
Andy Wingo
,
10:12
[Guile-commits] 13/19: Tree-IL-to-CPS lowers to high-level object representations: boxes
,
Andy Wingo
,
10:12
[Guile-commits] 16/19: Tree-IL-to-CPS lowers to high-level object reprs: structs
,
Andy Wingo
,
10:12
[Guile-commits] 08/19: Add CSE auxiliary definitions for cons, set-car! etc
,
Andy Wingo
,
10:12
[Guile-commits] 06/19: Add effects analysis for new high-level object accessors
,
Andy Wingo
,
10:12
[Guile-commits] 02/19: New CPS pass: lower-primcalls
,
Andy Wingo
,
10:12
[Guile-commits] 07/19: Fix effects analysis bug for synthesized definitions at allocations
,
Andy Wingo
,
10:12
[Guile-commits] branch main updated (aa2cfe7cf -> 85f85a0fc)
,
Andy Wingo
,
10:12
[Guile-commits] 03/19: Wire in lower-primitives pass
,
Andy Wingo
,
10:12
[Guile-commits] 05/19: Add support for higher-level object representations in type analysis
,
Andy Wingo
,
10:12
[Guile-commits] 04/19: Move f64->scm lowering to lower-primcalls
,
Andy Wingo
,
10:12
June 19, 2023
[Guile-commits] branch main updated (a3173e084 -> aa2cfe7cf)
,
Andy Wingo
,
08:01
[Guile-commits] 04/07: Consider $code to make 'ptr representation
,
Andy Wingo
,
07:55
[Guile-commits] 03/07: Fix bug in compilation of rsh/lsh
,
Andy Wingo
,
07:55
[Guile-commits] 07/07: Add tailify pass
,
Andy Wingo
,
07:55
[Guile-commits] 05/07: Add indirect-tail-call VM instruction
,
Andy Wingo
,
07:55
[Guile-commits] branch wip-tailify updated (0a7ef2297 -> b7b5ce0a7)
,
Andy Wingo
,
07:55
[Guile-commits] 02/07: Use tree-il-srcv instead of tree-il-src
,
Andy Wingo
,
07:55
[Guile-commits] 06/07: Add new $calli expression type.
,
Andy Wingo
,
07:55
[Guile-commits] 01/07: Excise use of `record-case`
,
Andy Wingo
,
07:55
[Guile-commits] branch wip-custom-ports deleted (was 359d06197)
,
Andy Wingo
,
07:29
June 09, 2023
[Guile-commits] branch main updated: maint: Add to 'EXTRA_DIST' instead of overwriting it.
,
Ludovic Courtès
,
17:47
June 08, 2023
[Guile-commits] 02/18: pretty-print: inline genwrite:newline-str
,
Andy Wingo
,
04:26
[Guile-commits] 15/18: Fix allow-newline? in call-with-truncating-output-string
,
Andy Wingo
,
04:26
[Guile-commits] 12/18: pretty-print: width arg is never false
,
Andy Wingo
,
04:26
[Guile-commits] 14/18: truncated-print: use call-with-truncating-output-string
,
Andy Wingo
,
04:26
[Guile-commits] 11/18: Rewrite pretty-print to rely on port-column, abort early
,
Andy Wingo
,
04:26
[Guile-commits] 09/18: Implement R6RS custom textual ports
,
Andy Wingo
,
04:26
[Guile-commits] 18/18: Fix exn dispatch for exns within pre-unwind handlers
,
Andy Wingo
,
04:26
[Guile-commits] 17/18: Deprecate (ice-9 lineio)
,
Andy Wingo
,
04:26
[Guile-commits] 01/18: pretty-print: Use string-concatenate-reverse
,
Andy Wingo
,
04:26
[Guile-commits] branch main updated (cd57379b3 -> 02dfb6e77)
,
Andy Wingo
,
04:26
[Guile-commits] 10/18: Modernize soft ports
,
Andy Wingo
,
04:26
[Guile-commits] 13/18: Inline generic-write into pretty-print
,
Andy Wingo
,
04:26
[Guile-commits] 07/18: Use custom binary output ports for make-chunked-output-port
,
Andy Wingo
,
04:26
[Guile-commits] 16/18: Load (ice-9 binary-ports) from C in thread-safe way
,
Andy Wingo
,
04:26
[Guile-commits] 04/18: bytevector-slice: optimize trivial case
,
Andy Wingo
,
04:26
[Guile-commits] 08/18: Rewrite soft ports in Scheme
,
Andy Wingo
,
04:26
[Guile-commits] 06/18: Rewrite custom binary ports in Scheme, in terms of custom ports
,
Andy Wingo
,
04:26
[Guile-commits] 05/18: Add "custom ports"
,
Andy Wingo
,
04:26
[Guile-commits] 03/18: pretty-print: inline some handling of read macros
,
Andy Wingo
,
04:26
June 07, 2023
[Guile-commits] 02/02: Fix pre-unwind exn handlers for exns within pre-unwind handlers
,
Andy Wingo
,
16:35
[Guile-commits] 01/02: Deprecate (ice-9 lineio)
,
Andy Wingo
,
16:35
[Guile-commits] branch wip-custom-ports updated (d1dd31453 -> 359d06197)
,
Andy Wingo
,
16:35
June 05, 2023
[Guile-commits] branch main updated: guix: Add missing module import.
,
Ludovic Courtès
,
05:20
[Guile-commits] 03/05: Remove 'emacs/Makefile.am'.
,
Ludovic Courtès
,
04:35
[Guile-commits] 05/05: Remove recursive Makefile for 'am'.
,
Ludovic Courtès
,
04:35
[Guile-commits] branch main updated (36fd2b492 -> fc8c63aca)
,
Ludovic Courtès
,
04:35
[Guile-commits] 04/05: Remove recursive Makefile for 'gc-benchmarks'.
,
Ludovic Courtès
,
04:35
[Guile-commits] 01/05: maint: Avoid 'specification->package' when referring to packages.
,
Ludovic Courtès
,
04:35
[Guile-commits] 02/05: maint: Move Guix files to '.guix'.
,
Ludovic Courtès
,
04:35
June 03, 2023
[Guile-commits] 01/01: Load (ice-9 binary-ports) from C in thread-safe way
,
Andy Wingo
,
16:48
[Guile-commits] branch wip-custom-ports updated (afb8844bc -> d1dd31453)
,
Andy Wingo
,
16:48
June 02, 2023
[Guile-commits] 04/05: Fix allow-newline? in call-with-truncating-output-string
,
Andy Wingo
,
16:29
[Guile-commits] 03/05: truncated-print: use call-with-truncating-output-string
,
Andy Wingo
,
16:29
[Guile-commits] 02/05: Inline generic-write into pretty-print
,
Andy Wingo
,
16:29
[Guile-commits] 05/05: Load (ice-9 binary-ports) from C in thread-safe way
,
Andy Wingo
,
16:29
[Guile-commits] branch wip-custom-ports updated (d6aa87528 -> afb8844bc)
,
Andy Wingo
,
16:29
[Guile-commits] 01/05: pretty-print: width arg is never false
,
Andy Wingo
,
16:29
[Guile-commits] 01/02: Modernize soft ports
,
Andy Wingo
,
07:46
[Guile-commits] branch wip-custom-ports updated (86f63a1cb -> d6aa87528)
,
Andy Wingo
,
07:46
[Guile-commits] 02/02: Rewrite pretty-print to rely on port-column, abort early
,
Andy Wingo
,
07:46
[Guile-commits] branch main-patches deleted (was 6df98ba2e)
,
Mike Gran
,
01:15
[Guile-commits] 02/02: Modify SCM_API for DLLs
,
Mike Gran
,
01:12
[Guile-commits] 01/02: Update github actions
,
Mike Gran
,
01:12
[Guile-commits] branch main-patches created (now 6df98ba2e)
,
Mike Gran
,
01:12
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc