guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] branch wip-exception-truncate updated (aa731e0 -> b56c44


From: Daniel Llorens
Subject: [Guile-commits] branch wip-exception-truncate updated (aa731e0 -> b56c44b)
Date: Mon, 4 Dec 2017 04:02:21 -0500 (EST)

lloda pushed a change to branch wip-exception-truncate
in repository guile.

  discards  aa731e0   (wip) give a handle into format used in exceptions
      adds  7d0d9e2   http: Fix typo in proxy handling in 'write-request-line'.
      adds  6ad28ae   http: Fix typo in proxy handling in 'write-request-line'.
      adds  187655c   'readdir' no longer deadlocks upon error.
      adds  2fe9a85   Destroy the mutex associated with a dirstream.
      adds  83d4c4d   Honor '%fresh-auto-compile'.
      adds  c2817dc   Convert `close' ref to xref.
      adds  1be85ca   Mention (ice-9 peg) module path.
      adds  f928888   ia64: Fix crash in thread context switch.
      adds  3e7c80a   scripts: help: Fix reference to the "Using Guile Tools" 
node.
      adds  bb5d316   foreign: Add 'uintptr_t' and 'intptr_t'.
      adds  48d4255   ltdl wrappers now use a recursive mutex.
      adds  5f59e28   Fix logand type inference
      adds  76d4608   Add nullary intmap and intset folders
      adds  8e2314c   Simplify live variable computation for graphs without 
loops
      adds  d488330   Minor CSE run-time optimization
      adds  8e7f857   Add compute-clobber-map to effect analysis
      adds  bb77c0f   Improve CSE complexity
      adds  3e6857a   -O1 disables call precoloring
      adds  8304257   Avoid generating arity-adapting continuations if not 
needed
      adds  19c0e30   Avoid generating arity-adapting zero-value conts where 
possible
      adds  ca4d16c   Update NEWS for 2.2.3
      adds  edd9727   Bump version for Guile 2.2.3.
       new  b56c44b   (wip) give a handle into format used in exceptions

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (aa731e0)
            \
             N -- N -- N   refs/heads/wip-exception-truncate (b56c44b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 GUILE-VERSION                            |   6 +-
 NEWS                                     |  92 +++++++++++-
 doc/ref/api-foreign.texi                 |   2 +
 doc/ref/api-io.texi                      |   5 +-
 doc/ref/api-peg.texi                     |  11 +-
 libguile/dynl.c                          |  16 +-
 libguile/filesys.c                       |  27 +++-
 libguile/foreign.c                       |  22 +++
 libguile/load.c                          |  11 +-
 libguile/threads.c                       |   1 +
 module/ice-9/boot-9.scm                  |   5 +-
 module/language/cps/compile-bytecode.scm |   7 +-
 module/language/cps/cse.scm              | 247 +++++++++++++------------------
 module/language/cps/effects-analysis.scm |  37 ++++-
 module/language/cps/intmap.scm           |   4 +
 module/language/cps/intset.scm           |   6 +-
 module/language/cps/optimize.scm         |   4 +-
 module/language/cps/slot-allocation.scm  |  48 ++++--
 module/language/cps/types.scm            |  17 ++-
 module/language/tree-il/compile-cps.scm  |  81 ++++++++--
 module/scripts/help.scm                  |   2 +-
 module/system/foreign.scm                |   1 +
 module/web/http.scm                      |  10 +-
 23 files changed, 448 insertions(+), 214 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]