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 (706b106 -> 609141


From: Daniel Llorens
Subject: [Guile-commits] branch wip-exception-truncate updated (706b106 -> 6091417)
Date: Thu, 9 Mar 2017 09:20:30 -0500 (EST)

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

  discards  706b106   (wip) give a handle into format used in exceptions
  discards  f4e6bf7   Remove scm_generalized_vector_get_handle
  discards  3a677aa   Fix bitvectors and non-zero lower bound arrays in 
truncated-print
  discards  5e9ab6e   Support non-zero lower bounds in array-slice-for-each
  discards  6c196b0   Fix sort, sort! for arrays with nonzero lower bound
  discards  d24565b   Remove documentation on uniform-vector-read!, 
uniform-vector-write
  discards  03cb6f3   Replace uniform-vector-read benchmark with bytevector-io 
benchmark
      adds  c62f0b0   64KB segment alignment
      adds  bfa3883   statprof: 'with-statprof' honors #:display-style.
      adds  e7d3414   Adapt statprof to new preemptive interrupts
      adds  f7909b9   Adapt gcprof to preemptive interrupts
      adds  6d9335a   All clauses of function have same nlocals
      adds  7cdfaaa   Remove contification restriction in case-lambda
      adds  7de77bf   Fix bug in comparison between real and complex
       new  f1d6eaf   Replace uniform-vector-read benchmark with bytevector-io 
benchmark
       new  9579a61   Remove documentation on uniform-vector-read!, 
uniform-vector-write
       new  083ad1e   Fix sort, sort! for arrays with nonzero lower bound
       new  10572be   Support non-zero lower bounds in array-slice-for-each
       new  4a469f2   Fix bitvectors and non-zero lower bound arrays in 
truncated-print
       new  f519630   Remove scm_generalized_vector_get_handle
       new  6091417   (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   (706b106)
            \
             N -- N -- N   refs/heads/wip-exception-truncate (6091417)

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 7 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:
 libguile/array-handle.c                    |  2 +-
 libguile/loader.c                          | 15 ++++++--
 module/language/cps/compile-bytecode.scm   | 10 ++++--
 module/language/cps/contification.scm      | 36 ++++---------------
 module/language/cps/slot-allocation.scm    | 55 +++++++++++++-----------------
 module/language/cps/specialize-numbers.scm | 14 ++++----
 module/statprof.scm                        | 20 +++++++----
 module/system/vm/linker.scm                | 39 +++++++++++++++++++--
 test-suite/tests/numbers.test              |  9 +++++
 9 files changed, 118 insertions(+), 82 deletions(-)



reply via email to

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