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: Sun May 31 2020 16:22:03 -0400
Messages in reverse chronological order
[
Next Period
]
May 31, 2020
[Guile-commits] branch master updated: Fix bug where private bindings would never be sealed
,
Andy Wingo
,
16:22
May 29, 2020
[Guile-commits] branch master updated: Fix typo causing performance problems!!!
,
Andy Wingo
,
11:00
[Guile-commits] 10/12: CSE refactor
,
Andy Wingo
,
10:34
[Guile-commits] 08/12: Eager graph pruning in CSE
,
Andy Wingo
,
10:34
[Guile-commits] 12/12: CSE forward-propagates changes to CFG
,
Andy Wingo
,
10:34
[Guile-commits] 11/12: CSE forwards branch predecessors where the branch folds
,
Andy Wingo
,
10:34
[Guile-commits] 09/12: Use intmaps in CSE equivalent expression table
,
Andy Wingo
,
10:34
[Guile-commits] 07/12: Add indentation rule for let/ec
,
Andy Wingo
,
10:34
[Guile-commits] 05/12: Thread flow analysis through CSE pass
,
Andy Wingo
,
10:34
[Guile-commits] 06/12: Macro fix to CPS build-term
,
Andy Wingo
,
10:34
[Guile-commits] 02/12: Refactor CSE to take advantage of RPO numbering
,
Andy Wingo
,
10:34
[Guile-commits] 04/12: CSE eliminates expressions at continuations
,
Andy Wingo
,
10:34
[Guile-commits] 03/12: Refactor CSE to analyze and transform in a single pass
,
Andy Wingo
,
10:34
[Guile-commits] 01/12: Renumber before CSE
,
Andy Wingo
,
10:34
[Guile-commits] branch master updated (4677c12 -> 4c59ff7)
,
Andy Wingo
,
10:34
May 28, 2020
[Guile-commits] branch master updated: Fix cast enabling SCM_DEBUG_TYPING_STRICTNESS 2
,
Daniel Llorens
,
11:04
[Guile-commits] 02/02: Slight optimization to invert-bijectiono
,
Andy Wingo
,
04:58
[Guile-commits] 01/02: Fix truthy expression analysis in CSE
,
Andy Wingo
,
04:58
[Guile-commits] branch master updated (a5421d2 -> d36b9f0)
,
Andy Wingo
,
04:58
May 27, 2020
[Guile-commits] branch master updated: web: 'http-get' & co. now honor #:verify-certificate?.
,
Ludovic Courtès
,
17:29
[Guile-commits] 01/06: doc: Add reference to Guile Hall in the manual.
,
Ludovic Courtès
,
16:48
[Guile-commits] 05/06: doc: Fix typos in the manual.
,
Ludovic Courtès
,
16:48
[Guile-commits] 04/06: doc: Rephrase documentation of 'thunk?'.
,
Ludovic Courtès
,
16:48
[Guile-commits] 06/06: doc: Fix a few typos in vm section.
,
Ludovic Courtès
,
16:48
[Guile-commits] 03/06: doc: Reword unclear sentence about programs.
,
Ludovic Courtès
,
16:48
[Guile-commits] 02/06: GUILE_PKG bails out when 'pkg-config' is missing
,
Ludovic Courtès
,
16:48
[Guile-commits] branch master updated (db4af31 -> 4310567)
,
Ludovic Courtès
,
16:48
[Guile-commits] branch wip-exception-truncate updated (d99a6c8 -> b9b360b)
,
Daniel Llorens
,
12:34
[Guile-commits] 01/03: Fix cast enabling SCM_DEBUG_TYPING_STRICTNESS 2
,
Daniel Llorens
,
12:34
[Guile-commits] 03/03: Provide a hook for the exception printer
,
Daniel Llorens
,
12:34
[Guile-commits] 02/03: Note on modifying literal vectors
,
Daniel Llorens
,
12:34
May 22, 2020
[Guile-commits] 02/02: doc: '@' is not equivalent to autoloading.
,
Ludovic Courtès
,
16:10
[Guile-commits] branch master updated (ac5df66 -> db4af31)
,
Ludovic Courtès
,
16:10
[Guile-commits] 01/02: doc: #:autoload does not pull in all the module bindings.
,
Ludovic Courtès
,
16:10
May 19, 2020
[Guile-commits] 02/02: Provide a hook for the exception printer
,
Daniel Llorens
,
06:40
[Guile-commits] 01/02: Note on modifying literal vectors
,
Daniel Llorens
,
06:40
[Guile-commits] branch wip-exception-truncate updated (7259c67 -> d99a6c8)
,
Daniel Llorens
,
06:40
May 18, 2020
[Guile-commits] 02/02: http: Support CONNECT and PATCH HTTP methods.
,
Ludovic Courtès
,
05:04
[Guile-commits] 01/02: doc: Fix documentation for srfi-171.
,
Ludovic Courtès
,
05:04
[Guile-commits] branch master updated (087bb68 -> ac5df66)
,
Ludovic Courtès
,
05:04
May 17, 2020
[Guile-commits] branch master updated: Update match's no-matching-pattern code to use "throw"
,
Andy Wingo
,
16:28
[Guile-commits] branch master updated: 'peval' test uses (language tree-il peval).
,
Ludovic Courtès
,
12:00
May 16, 2020
[Guile-commits] 03/03: doc: Tweak 'pipeline' documentation.
,
Ludovic Courtès
,
16:36
[Guile-commits] 02/03: Use 'pass-if-equal' for 'pipeline' tests.
,
Ludovic Courtès
,
16:36
[Guile-commits] 01/03: popen: Add 'pipeline' procedure.
,
Ludovic Courtès
,
16:36
[Guile-commits] branch master updated (2c07a32 -> 0e912ce)
,
Ludovic Courtès
,
16:36
May 14, 2020
[Guile-commits] branch master updated: Tree-IL lowerer only loads needed optimizations
,
Andy Wingo
,
04:36
[Guile-commits] branch master updated: Fix , optimize to be independent of tree-il
,
Andy Wingo
,
03:18
May 13, 2020
[Guile-commits] branch master updated (31bb0ee -> 7df3f34)
,
Andy Wingo
,
09:54
[Guile-commits] 01/02: Add with-lexicals helper; fix bug in (equal? #t (foo) #t)
,
Andy Wingo
,
09:54
[Guile-commits] 02/02: More robust reduction of equal? and eqv?
,
Andy Wingo
,
09:54
[Guile-commits] 02/03: Bump objcode minor version
,
Andy Wingo
,
03:44
[Guile-commits] 03/03: Another minor module compile order tweak
,
Andy Wingo
,
03:44
[Guile-commits] 01/03: Minor module/Makefile order tweak
,
Andy Wingo
,
03:44
[Guile-commits] branch master updated (c5da9d6 -> 31bb0ee)
,
Andy Wingo
,
03:44
[Guile-commits] branch master updated (b1bdd79 -> c5da9d6)
,
Andy Wingo
,
03:04
[Guile-commits] 03/03: Fix optimizers after language lowerer refactor
,
Andy Wingo
,
03:04
[Guile-commits] 01/03: Slight optimization to baseline compiler
,
Andy Wingo
,
03:04
[Guile-commits] 02/03: Punt more CPS compiler until later in bootstrap
,
Andy Wingo
,
03:04
May 12, 2020
[Guile-commits] branch wip-exception-truncate updated (a3b1828 -> 7259c67)
,
Daniel Llorens
,
09:21
[Guile-commits] 01/02: Note on modifying literal vectors
,
Daniel Llorens
,
09:21
[Guile-commits] 02/02: Provide a hook for the exception printer
,
Daniel Llorens
,
09:21
[Guile-commits] 02/02: Zero the initial file port revealed count.
,
Ludovic Courtès
,
09:01
[Guile-commits] 01/02: tests: Don't use a guardian when testing for GC'd ports.
,
Ludovic Courtès
,
09:01
[Guile-commits] branch master updated (3385f6e -> b1bdd79)
,
Ludovic Courtès
,
09:01
[Guile-commits] 03/03: Update NEWS for baseline compiler
,
Andy Wingo
,
05:10
[Guile-commits] 02/03: Update documentation on <language>
,
Andy Wingo
,
05:10
[Guile-commits] 01/03: Clean up NEWS for bitvectors.
,
Andy Wingo
,
05:10
[Guile-commits] branch master updated (9c4c632 -> 3385f6e)
,
Andy Wingo
,
05:10
[Guile-commits] branch master updated: Whoops, fix bug in tree-il choose-compiler
,
Andy Wingo
,
04:13
[Guile-commits] branch master updated: Punt CPS compiler to end of bootstrap
,
Andy Wingo
,
04:08
[Guile-commits] 01/02: Baseline FIXME's are done :)
,
Andy Wingo
,
04:03
[Guile-commits] 02/02: Delay loading CPS unless CPS compiler used
,
Andy Wingo
,
04:03
[Guile-commits] branch master updated (b02a889 -> cb8cabe)
,
Andy Wingo
,
04:03
May 11, 2020
[Guile-commits] 04/06: Slight tweaks to bootstrap order
,
Andy Wingo
,
11:02
[Guile-commits] 05/06: Baseline O(1) access to frame-base env
,
Andy Wingo
,
11:02
[Guile-commits] 06/06: Baseline compiler emits source locations
,
Andy Wingo
,
11:02
[Guile-commits] 01/06: Switch to baseline compiler for bootstrap/
,
Andy Wingo
,
11:02
[Guile-commits] 03/06: Emit handle-interrupts in baseline compiler
,
Andy Wingo
,
11:02
[Guile-commits] 02/06: Avoid having "guild compile" load optimizers
,
Andy Wingo
,
11:02
[Guile-commits] branch master updated (2ba3eb4 -> b02a889)
,
Andy Wingo
,
11:02
[Guile-commits] 05/09: Fix JIT asserts with different code generated by baseline
,
Andy Wingo
,
09:08
[Guile-commits] 09/09: Fix shuffling assembler for new primcalls
,
Andy Wingo
,
09:08
[Guile-commits] 08/09: Improve tail recursion in compiler
,
Andy Wingo
,
09:08
[Guile-commits] 07/09: Reload FP if needed in bind-rest also
,
Andy Wingo
,
09:08
[Guile-commits] 04/09: Fix "cons" compilation in baseline compiler in some cases
,
Andy Wingo
,
09:08
[Guile-commits] 02/09: Fix baseline compilation error for make-struct/simple
,
Andy Wingo
,
09:08
[Guile-commits] 01/09: Fix baseline miscompilation of <
,
Andy Wingo
,
09:08
[Guile-commits] 06/09: Fix module capture for closures in <fix>
,
Andy Wingo
,
09:08
[Guile-commits] branch master updated (f168a66 -> 2ba3eb4)
,
Andy Wingo
,
09:08
[Guile-commits] 03/09: Baseline compiler: add pop-fluid primitive.
,
Andy Wingo
,
09:08
[Guile-commits] 02/02: guilec can be parameterized by GUILE_OPTIMIZATIONS, defaults to -O2
,
Andy Wingo
,
05:40
[Guile-commits] 01/02: Fix free var computation in baseline compiler for lexical set!
,
Andy Wingo
,
05:40
[Guile-commits] branch master updated (ffb2105 -> f168a66)
,
Andy Wingo
,
05:40
[Guile-commits] branch master updated (21885aa -> ffb2105)
,
Andy Wingo
,
05:28
[Guile-commits] 02/02: Declare #:cps? as an available optimization
,
Andy Wingo
,
05:28
[Guile-commits] 01/02: Fix "fail" helper in guild compile
,
Andy Wingo
,
05:28
[Guile-commits] 04/04: Test suite compile-and-eval tests run -O0 and -O2
,
Andy Wingo
,
05:08
[Guile-commits] 02/04: Fix compilation of prompt in tail context
,
Andy Wingo
,
05:08
[Guile-commits] 03/04: Fix baseline canonicalization of reifying prompts
,
Andy Wingo
,
05:08
[Guile-commits] branch master updated (dd4dc1f -> 21885aa)
,
Andy Wingo
,
05:08
[Guile-commits] 01/04: Fix kw initializer bug in baseline compiler
,
Andy Wingo
,
05:08
[Guile-commits] 03/04: Top-level lookups raise exceptions in run-time
,
Andy Wingo
,
04:36
[Guile-commits] 01/04: Rename "lookup" intrinsic to "module-variable"
,
Andy Wingo
,
04:36
[Guile-commits] 04/04: Use lookup, lookup-bound in baseline compiler
,
Andy Wingo
,
04:36
[Guile-commits] 02/04: Add new lookup, lookup-bound intrinsics
,
Andy Wingo
,
04:36
[Guile-commits] branch master updated (04e3cec -> dd4dc1f)
,
Andy Wingo
,
04:36
May 09, 2020
[Guile-commits] 02/02: Fix baseline compiler bugs
,
Andy Wingo
,
16:29
[Guile-commits] 01/02: Fix parens in .dir-locals.el
,
Andy Wingo
,
16:29
[Guile-commits] branch master updated (b5a52b4 -> 04e3cec)
,
Andy Wingo
,
16:29
May 08, 2020
[Guile-commits] branch master updated: Wire up the baseline compiler to -O0
,
Andy Wingo
,
17:10
[Guile-commits] branch master updated: Add compiler chooser implementation; fix bugs with previous commit
,
Andy Wingo
,
17:01
[Guile-commits] branch master updated: Sketch of how to choose different compiler based on -O0
,
Andy Wingo
,
11:29
[Guile-commits] 03/10: Slight (system base compile) refactor
,
Andy Wingo
,
11:13
[Guile-commits] 07/10: Add language-specific analysis pass to compiler infrastructure
,
Andy Wingo
,
11:13
[Guile-commits] 10/10: Define new "lowering" phase in compiler
,
Andy Wingo
,
11:13
[Guile-commits] 05/10: Rework compile-fold
,
Andy Wingo
,
11:13
[Guile-commits] 04/10: Use more `match' in (system base compile)
,
Andy Wingo
,
11:13
[Guile-commits] 01/10: Update (system base compile) header
,
Andy Wingo
,
11:13
[Guile-commits] 02/10: Remove compilation order cache
,
Andy Wingo
,
11:13
[Guile-commits] 08/10: Wire up simplified warning levels in "guild compile"
,
Andy Wingo
,
11:13
[Guile-commits] branch master updated (728de16 -> 4311dc9)
,
Andy Wingo
,
11:13
[Guile-commits] 09/10: Warning and optimization levels always small integers
,
Andy Wingo
,
11:13
[Guile-commits] 06/10: Add #:optimization-level, #:warning-level compile keyword args
,
Andy Wingo
,
11:13
[Guile-commits] 01/02: Note on modifying literal vectors
,
Daniel Llorens
,
08:38
[Guile-commits] 02/02: Provide a hook for the exception printer
,
Daniel Llorens
,
08:38
[Guile-commits] branch wip-exception-truncate updated (7fe78c3 -> a3b1828)
,
Daniel Llorens
,
08:38
May 04, 2020
[Guile-commits] branch master updated: Fix prompt compilation
,
Andy Wingo
,
16:56
[Guile-commits] branch master updated: Fix baseline compilation of let-values and prompt
,
Andy Wingo
,
16:38
[Guile-commits] branch master updated: Fix baseline compilation of conditionals
,
Andy Wingo
,
16:29
[Guile-commits] branch master updated: Avoid shuffle-down for tail calls
,
Andy Wingo
,
16:01
[Guile-commits] branch master updated: Debugging names in baseline compiler; emit/immediate? fixes
,
Andy Wingo
,
10:20
[Guile-commits] 01/05: Add intrinsics for a baseline compiler
,
Andy Wingo
,
09:25
[Guile-commits] 02/05: Ensure <prompt> handler is values handler
,
Andy Wingo
,
09:25
[Guile-commits] 05/05: Add baseline compiler
,
Andy Wingo
,
09:25
[Guile-commits] 03/05: Remove unused (language tree-il canonicalize)
,
Andy Wingo
,
09:25
[Guile-commits] 04/05: Export emit-shuffle-down for baseline compiler
,
Andy Wingo
,
09:25
[Guile-commits] branch master updated (3d96c87 -> 121ab14)
,
Andy Wingo
,
09:25
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc