Re: Call for B0rked

2005-09-01 Thread Patrick R. Michaud
On Wed, Aug 31, 2005 at 07:37:01PM -0400, Will Coleda wrote: > > However, I vote for the following, which are more specific: > > Unfinished Opcodes: > > https://rt.perl.org/rt3//Ticket/Display.html?id=32544 (split) [should > be doable if we s/regexp/perl 6 rule/ and use PGE.] In recent discus

Re: GMC release

2005-09-01 Thread Will Coleda
After svn up, realclean, configure; make: ~/research/gmc wcoleda$ make parrot Invoking Parrot to generate runtime/parrot/include/config.fpmc -- cross your fingers ./miniparrot config_lib.pasm > runtime/parrot/include/config.fpmc make: *** [runtime/parrot/include/config.fpmc] Error 138 Running

Re: GMC release

2005-09-01 Thread Andy Dougherty
On Thu, 1 Sep 2005, Nattfodd wrote: > today is the deadline for the google summer of code projects, and it's time > anyway for a "release" of GMC. > GMC is a generational garbage collector for parrot that allows copying of > objects and thus copying GC schemes. Thanks for submitting this. I also

Re: GMC release

2005-09-01 Thread Nattfodd
Andy Dougherty wrote: On Thu, 1 Sep 2005, Nattfodd wrote: today is the deadline for the google summer of code projects, and it's time anyway for a "release" of GMC. GMC is a generational garbage collector for parrot that allows copying of objects and thus copying GC schemes. Thanks f

Re: GMC release

2005-09-01 Thread Andy Dougherty
On Thu, 1 Sep 2005, Nattfodd wrote: > Andy Dougherty wrote: > > > On Thu, 1 Sep 2005, Nattfodd wrote: > > > > > > > today is the deadline for the google summer of code projects, and it's > > > time > > > anyway for a "release" of GMC. > > > GMC is a generational garbage collector for parrot th

[perl #37049] [PATCH] Use ExtUtils::Commands more consistently

2005-09-01 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #37049] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=37049 > Hi, ExtUtils::Command provides Unix commands on several platforms. So it make

Re: Call for B0rked

2005-09-01 Thread Tim Bunce
On Wed, Aug 31, 2005 at 04:04:45PM -0700, chromatic wrote: > Hi all, > > In a recent discussion with Chip and Leo, the idea came up to ask for a > list of very specific TODO items -- specifically things that should work > but don't. Not very specific, but: "whatever Ponie needs most". I'm sure

Optimizer Documentation

2005-09-01 Thread Curtis Rawls
As part of my Summer of Code project, I wanted to improve the documentation of the optimizer. This was especially relevant for me since I had to learn it my self by trial and error and asking questions. So here is my first draft of the optimizer documentation. I tried to include the most import

Re: Optimizer Documentation

2005-09-01 Thread Brent 'Dax' Royal-Gordon
> Also, this is in plain text format. What is the standard way to > convert a document to POD format? By rewriting it. Only took me a few minutes: =head1 NANE optimizer.pod - About the IMCC optimizer =head1 ABSTRACT This document describes how the IMCC optimizer works. =head1 DESCRIPTION T

Re: GMC release

2005-09-01 Thread Nattfodd
Andy Dougherty wrote: Overall, I wonder if it's an alignment issue, since SPARC tends to be much more sensitve to that than x86. I haven't looked deeply at the code at all, but do you do anything special to ensure that the blocks of memory you are moving around maintain their aligment?

Re: GMC release

2005-09-01 Thread Alexandre Buisse
On 9/2/05, Nattfodd <[EMAIL PROTECTED]> wrote: > > ...but it should be fine as > long as you define GMC_GC_RUN (at least to see if it can run correctly > miniparrot)... err, it was GMC_NO_GC_RUN, of course. Now I'll really use some sleep :)

Re: GMC release

2005-09-01 Thread Will Coleda
Much better on OS X now! parrot: Failed Test Stat Wstat Total Fail Failed List of Failed --- t/dynclass/pyclass.t1 256 61 16.67% 6 t/dynclass/pyfunc.t 1 256 41 25.