guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch wip-vector-cleanup updated (b0d5ebc -> 6c995bc)


From: Daniel Llorens
Subject: [Guile-commits] branch wip-vector-cleanup updated (b0d5ebc -> 6c995bc)
Date: Thu, 20 Feb 2020 03:45:37 -0500 (EST)

lloda pushed a change to branch wip-vector-cleanup
in repository guile.

 discard b0d5ebc  Reuse SCM_ASSERT_RANGE in scm_c_vector_ref, scm_c_vector_set_x
 discard fce5474  Simplify vector constructor
 discard 031c880  Remove superfluous type check in bitvector->list
 discard 49fa2a0  Move uniform-array->bytevector from (rnrs bytevectors) to core
 discard 75a0609  Remove 'contiguous' flag in arrays
 discard 2959e9d  Remove scm_from_contiguous_typed_array
 discard 9a5dc10  Merge generalized-arrays.[ch] in arrays.[ch]
 discard 8867c20  Update branch news file
 discard 12d338c  Remove generalized-vectors.[hc]
 discard f4fccd1  Pull generalized-vectors from under bytevectors
 discard d7e4ea8  Pull generalized-vectors from under typed vectors
 discard 0984769  Pull generalized-vectors from under bitvector/string/vector
 discard c41d394  Rewrite vector-copy! using memmove
 discard b50a6de  Golf in srfi-4.h
 discard a3c539d  Move bitvector functions using array_handle to 
libguile/array-handle.[ch]
 discard e71a5ac  Remove generalized vector support for vector-move-right!, 
vector-move-left!
 discard 24683cf  Add lenp parameter back to scm_bitvector_(writable_)elements
 discard 62c5e1b  Add lenp parameter back to scm_vector_(writable_)elements
 discard b4cd0c3  Simplify interfaces to scm_TYPEvector_(writable_)elements
 discard bd16ee9  Fix doc for last bitvector patch
 discard 40147a4  Simplify interfaces to scm_bitvector_elements and 
scm_bitvector_writable_elements
 discard 2832385  Simplify interfaces to scm_vector_elements and 
scm_vector_writable_elements
 discard 787d843  Simple vectors are just vectors
 discard 2b51efa  Remove the unused argument from scm_array_p
 discard 85683e1  Require vector argument to scm_vector_elements, 
scm_vector_writable_elements
 discard 16e22f5  Require vector as argument to vector->list
 discard abd8839  Require vector as argument to vector-copy
     add 18e9366  Better debugging in jit.c
     add cc30168  Fix bug restoring a JIT continuation from the interpreter
     new 34c913d  Require vector as argument to vector-copy
     new 0fe1e8b  Require vector as argument to vector->list
     new d7bee97  Require vector argument to scm_vector_elements, 
scm_vector_writable_elements
     new 34b5ee7  Remove the unused argument from scm_array_p
     new 7ce9de4  Simple vectors are just vectors
     new 056c148  Simplify interfaces to scm_vector_elements and 
scm_vector_writable_elements
     new 4f1bf4d  Simplify interfaces to scm_bitvector_elements and 
scm_bitvector_writable_elements
     new c7ca069  Fix doc for last bitvector patch
     new afde178  Simplify interfaces to scm_TYPEvector_(writable_)elements
     new 834370a  Add lenp parameter back to scm_vector_(writable_)elements
     new 62a4750  Add lenp parameter back to scm_bitvector_(writable_)elements
     new 3a7bdbc  Remove generalized vector support for vector-move-right!, 
vector-move-left!
     new c95938e  Move bitvector functions using array_handle to 
libguile/array-handle.[ch]
     new 1dfba08  Golf in srfi-4.h
     new f07144c  Rewrite vector-copy! using memmove
     new fc981dd  Pull generalized-vectors from under bitvector/string/vector
     new e15ff58  Pull generalized-vectors from under typed vectors
     new e92266c  Pull generalized-vectors from under bytevectors
     new fa44ced  Remove generalized-vectors.[hc]
     new b627c7e  Update branch news file
     new 986705d  Merge generalized-arrays.[ch] in arrays.[ch]
     new e785d78  Remove scm_from_contiguous_typed_array
     new ed3efe6  Remove 'contiguous' flag in arrays
     new d88ee32  Move uniform-array->bytevector from (rnrs bytevectors) to core
     new b213305  Remove superfluous type check in bitvector->list
     new 5da855e  Simplify vector constructor
     new 6c995bc  Reuse SCM_ASSERT_RANGE in scm_c_vector_ref, scm_c_vector_set_x

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   (b0d5ebc)
            \
             N -- N -- N   refs/heads/wip-vector-cleanup (6c995bc)

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 "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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


Summary of changes:
 libguile/jit.c | 45 ++++++++++++++++++++++++++++++++++++---------
 libguile/vm.c  | 11 +++++++++++
 2 files changed, 47 insertions(+), 9 deletions(-)



reply via email to

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