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 (25649bf -> c00c74c)


From: Daniel Llorens
Subject: [Guile-commits] branch lloda-array-support updated (25649bf -> c00c74c)
Date: Mon, 26 Oct 2015 07:11:56 +0000

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

  discards  25649bf   Draft documentation for (array-for-each-cell)
  discards  9ac849f   Draft of (array-for-each-cell)
  discards  fa76571   Do not use array handles in scm_vector
  discards  843cdf6   Remove deprecated and unused generalized-vector functions
  discards  82cd93d   Speed up for multi-arg cases of scm_ramap functions
  discards  d8961bc   Remove deprecated array functions
  discards  a478107   Fix compilation of rank 0 typed array literals
  discards  200cacf   Don't use array handles in scm_c_array_rank
  discards  3461d87   Rename array-set-from!, scm_array_set_from_x to 
array-amend!, scm_array_amend_x
  discards  0727af6   Tests & doc for array-from, array-from*, array-set-from!
  discards  10c86b7   New functions array-from, array-from*, array-set-from!
  discards  6af04f6   Compile in C99 mode
  discards  b820ee7   Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle
  discards  1d1869e   Unuse array 'contiguous' flag
  discards  baf1b38   Remove scm_from_contiguous_array
  discards  29921ec   Avoid unneeded internal use of array handles
      adds  467e587   Update VM documentation for new stack layout
      adds  9144f50   subr-call implementation simplification
      adds  8832e8b   Small subr-call refactor
      adds  139ef2d   Minor NEWS update.
      adds  2d4da30   Update Gnulib to v0.1-603-g1d16a7b
      adds  f169be9   Wire up `guild compile -O0 foo.scm'
      adds  5f4ac52   Use a bootstrapped -O0 compiler to compile the -O2 Guile
      adds  1c9e23c   Bootstrap makefile tweaks
      adds  95ac220   Revert "Update Gnulib to v0.1-603-g1d16a7b"
      adds  4339cb9   Fix uninstalled-env bug that preferred bootstrap/ to 
module/
      adds  e5bccb6   Fix distcheck issues
       new  8cb068e   Avoid unneeded internal use of array handles
       new  be29647   Remove scm_from_contiguous_array
       new  895751c   Unuse array 'contiguous' flag
       new  ea1dad4   Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle
       new  8cef5f7   Compile in C99 mode
       new  1984bcf   New functions array-from, array-from*, array-set-from!
       new  4d04093   Tests & doc for array-from, array-from*, array-set-from!
       new  5aa1565   Rename array-set-from!, scm_array_set_from_x to 
array-amend!, scm_array_amend_x
       new  72c3498   Don't use array handles in scm_c_array_rank
       new  bf78a73   Fix compilation of rank 0 typed array literals
       new  f4ef0ca   Remove deprecated array functions
       new  57675fe   Speed up for multi-arg cases of scm_ramap functions
       new  338fb30   Remove deprecated and unused generalized-vector functions
       new  23891f6   Do not use array handles in scm_vector
       new  388fa08   Draft of (array-for-each-cell)
       new  c00c74c   Draft documentation for (array-for-each-cell)

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   (25649bf)
            \
             N -- N -- N   refs/heads/lloda-array-support (c00c74c)

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 16 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:
 Makefile.am                              |    3 +-
 NEWS                                     |    8 +-
 bootstrap/Makefile.am                    |  156 ++++++++
 configure.ac                             |    1 +
 doc/ref/vm.texi                          |  446 +++++++++++++----------
 libguile/Makefile.am                     |    2 +-
 libguile/gsubr.c                         |   43 +++-
 libguile/gsubr.h                         |    6 +-
 libguile/vm-engine.c                     |   75 +----
 meta/uninstalled-env.in                  |    4 +-
 module/Makefile.am                       |  573 ++++++++++++++----------------
 module/language/cps/compile-bytecode.scm |    6 +
 module/language/cps/optimize.scm         |   29 ++-
 module/language/tree-il/optimize.scm     |    8 +-
 module/scripts/compile.scm               |   77 ++++-
 module/system/vm/disassembler.scm        |    8 +-
 16 files changed, 849 insertions(+), 596 deletions(-)
 create mode 100644 bootstrap/Makefile.am



reply via email to

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