Re: attempt at array cleanup

2013-05-07 Thread Daniel Llorens
Hello, I've rebased this branch on top of master. It is at https://gitorious.org/guile-stable-2-0-array-cleanup/guile-stable-2-0-array-cleanup/commits/master-ra0 I had conflicts in about 10 of the 50 patches: * scm_i_print_bytevector(), that I had rewritten and had changed from stable-2.0 to

Re: attempt at array cleanup

2013-05-02 Thread Daniel Llorens
On May 1, 2013, at 01:10, Daniel Llorens wrote: > In the ra0 branch, that still fails, and this also fails: > > scheme@(guile-user)> #1b@1(#t #t) > While compiling expression: > ERROR: In procedure uniform-array->bytevector: Wrong type (expecting uniform > contiguous array): #1b@1(#t #t) I hav

attempt at array cleanup

2013-04-30 Thread Daniel Llorens
Hello, a few weeks ago, a few bugs and some peculiar performance behavior prompted me to start looking at the array code in Guile. I have put what I've done on branch ra0 here: https://gitorious.org/guile-stable-2-0-array-cleanup/guile-stable-2-0-array-cleanup/commits/ra0 This is ~50 commits