guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch lloda-array-support updated (8f6137c -> a3e2c7c)


From: Daniel Llorens
Subject: [Guile-commits] branch lloda-array-support updated (8f6137c -> a3e2c7c)
Date: Tue, 08 Sep 2015 14:30:12 +0000

lloda pushed a change to branch lloda-array-support
in repository guile.

  discards  8f6137c   Do not use array handles in scm_vector
  discards  7b810cc   Remove deprecated and unused generalized-vector functions
  discards  357c7ec   Speed up for multi-arg cases of scm_ramap functions
  discards  c3222e9   Remove deprecated array functions
  discards  6a9a88b   Fix compilation of rank 0 typed array literals
  discards  d18fdb8   Don't use array handles in scm_c_array_rank
  discards  c41adf4   Rename array-set-from!, scm_array_set_from_x to 
array-amend!, scm_array_amend_x
  discards  83227b3   Tests & doc for array-from, array-from*, array-set-from!
  discards  da65ac2   New functions array-from, array-from*, array-set-from!
  discards  3c4bea3   Compile in C99 mode
  discards  1f43624   Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle
  discards  ed17c15   Unuse array 'contiguous' flag
  discards  ef3ea71   Remove scm_from_contiguous_array
  discards  d4144a2   Avoid unneeded internal use of array handles
      adds  e54fbff   Loop inversion with multiple exits
      adds  ce28887   Simplify rotate-loops.scm
      adds  4792577   solve-flow-equations tweak
      adds  3b60e79   Loop peeling
       new  1637250   Avoid unneeded internal use of array handles
       new  c92aa53   Remove scm_from_contiguous_array
       new  5c018c5   Unuse array 'contiguous' flag
       new  7025c8b   Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle
       new  087147e   Compile in C99 mode
       new  e42a0f3   New functions array-from, array-from*, array-set-from!
       new  6158333   Tests & doc for array-from, array-from*, array-set-from!
       new  1ee2c49   Rename array-set-from!, scm_array_set_from_x to 
array-amend!, scm_array_amend_x
       new  759c4fb   Don't use array handles in scm_c_array_rank
       new  1184ce0   Fix compilation of rank 0 typed array literals
       new  5e90c31   Remove deprecated array functions
       new  439edbe   Speed up for multi-arg cases of scm_ramap functions
       new  84a61c7   Remove deprecated and unused generalized-vector functions
       new  a3e2c7c   Do not use array handles in scm_vector

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   (8f6137c)
            \
             N -- N -- N   refs/heads/lloda-array-support (a3e2c7c)

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 14 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:
 module/Makefile.am                      |    1 +
 module/language/cps/optimize.scm        |   10 +-
 module/language/cps/peel-loops.scm      |  287 +++++++++++++++++++++++++++++++
 module/language/cps/rotate-loops.scm    |   88 ++++++----
 module/language/cps/slot-allocation.scm |   16 ++-
 module/language/cps/utils.scm           |   22 ++--
 6 files changed, 369 insertions(+), 55 deletions(-)
 create mode 100644 module/language/cps/peel-loops.scm



reply via email to

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