Re: [perf-discuss] libMicro project and repository now open

2007-04-12 Thread Dan Price
On Mon 09 Apr 2007 at 11:01PM, adrian cockcroft wrote: > I don't have a contributor agreement on file, but I think its overkill > for this purpose, I've copied some diffs below, which gets it to run > up to the point where it runs out of processes on OSX. I just wanted > to see how libmicro worked

Re: [perf-discuss] libMicro project and repository now open

2007-04-09 Thread adrian cockcroft
I don't have a contributor agreement on file, but I think its overkill for this purpose, I've copied some diffs below, which gets it to run up to the point where it runs out of processes on OSX. I just wanted to see how libmicro worked using the machine I read email on, I'm not doing serious bench

Re: [perf-discuss] libMicro project and repository now open

2007-04-09 Thread Dan Price
On Sun 08 Apr 2007 at 10:46AM, adrian cockcroft wrote: > Thanks Dan, this is a generally useful test suite. > > I tried to get it working on my Mac OSX/G4 laptop, and found some > portability issues. I have most of it working apart from the tests > that involve fork. I have modified the makefile a

Re: [perf-discuss] libMicro project and repository now open

2007-04-08 Thread adrian cockcroft
Thanks Dan, this is a generally useful test suite. I tried to get it working on my Mac OSX/G4 laptop, and found some portability issues. I have most of it working apart from the tests that involve fork. I have modified the makefile and wrapper slightly, let me know if you want the changes Ch