Re: [fossil-users] libfossil minor milestone: Raspberry Pi

2014-05-30 Thread Stephan Beal
On Fri, May 30, 2014 at 9:33 PM, Warren Young wrote: > On 5/30/2014 11:23, Stephan Beal wrote: > >> >> a) pi is using an external USB 2.0 drive here because compiling anything >> on a SD card is just too pokey. >> > > Rotating media or SSD? > Plain old cheap spinning disk. i don't want to migrat

Re: [fossil-users] libfossil minor milestone: Raspberry Pi

2014-05-30 Thread Warren Young
On 5/30/2014 11:23, Stephan Beal wrote: a) pi is using an external USB 2.0 drive here because compiling anything on a SD card is just too pokey. Rotating media or SSD? Did you use the same external HDD on the laptop, or did it have an unfair advantage in its internal drive? b) These "f-xy

Re: [fossil-users] libfossil minor milestone: Raspberry Pi

2014-05-30 Thread Stephan Beal
On Fri, May 30, 2014 at 10:20 AM, Stephan Beal wrote: > On Fri, May 30, 2014 at 3:36 AM, Warren Young wrote: > >> How much work does this test do compared to normal user operations? Say, >> a normal checkin, or a pull of the /tree URL from "fossil server"? >> > > Excellent question: the timing i

Re: [fossil-users] libfossil minor milestone: Raspberry Pi

2014-05-30 Thread Stephan Beal
On Fri, May 30, 2014 at 3:36 AM, Warren Young wrote: > PowerPC does some strange things with char, too. You might have fixed > that in passing. > Very possibly. The bug was that i assumed (despite knowing better, deep down) that (char) is signed, but C does not specify its signedness. i had use

Re: [fossil-users] libfossil minor milestone: Raspberry Pi

2014-05-29 Thread Warren Young
On 5/29/2014 10:57, Stephan Beal wrote: after fixing some bits which assumed too much about the signedness of the (char) data type, PowerPC does some strange things with char, too. You might have fixed that in passing. As a comparison of runtime speeds, here's the results of the core sani

[fossil-users] libfossil minor milestone: Raspberry Pi

2014-05-29 Thread Stephan Beal
Hi, all, after fixing some bits which assumed too much about the signedness of the (char) data type, libfossil now builds (slowly!) and runs (slowly!) on Raspbian OS on Raspberry Pi hardware. As a comparison of runtime speeds, here's the results of the core sanity tests on my workstation (a (very