[PATCH] reconfigure.pl option 'target' is accessed as 'targets'

2007-10-10 Thread Maria Fedotova
The patch attached. On 10/10/07, Maria Fedotova <[EMAIL PROTECTED]> wrote: > Hello folks, > There was a problem in config/gen/makefiles.pm: > $targets = $conf->options->get('targets'); > while the option name was 'target'. > > I've r

[PATCH] reconfigure.pl option 'target' is accessed as 'targets'

2007-10-10 Thread Maria Fedotova
Hello folks, There was a problem in config/gen/makefiles.pm: $targets = $conf->options->get('targets'); while the option name was 'target'. I've restored correct access and slightly improved the option description. Could anyone review and possibly commit the patch? Is the [PATCH] mail formed c

Re: Parallel GC for parrot - does it make sense?

2007-10-06 Thread Maria Fedotova
mainly for bundling of the product. It seems to me that it is not used for Makefile generation. Is it true that config/gen/makefiles/root.in is hand-written? Thanks! On 10/6/07, Will Coleda <[EMAIL PROTECTED]> wrote: > > On Oct 5, 2007, at 1:35 PM, Maria Fedotova wrote: > > > H

Parallel GC for parrot - does it make sense?

2007-10-05 Thread Maria Fedotova
Hello folks, I wonder if the community would be interested in attaching another garbage collector to the parrot VM. For example, Apache Harmony contains implementation of a parallel garbage collector [1] which is quicker on modern multi-core and SMP systems. If you think this may be technically f