Re: [perl #57638] [DEPRECATED] [IMCC] old-style PASM registers

2008-11-14 Thread chromatic
On Friday 14 November 2008 18:13:48 Will Coleda via RT wrote: > Here's a very simple patch: > > Index: imcc.l > = > == > --- imcc.l (revision 32647) > +++ imcc.l (working copy) > @@ -305,7 +305,12 @@ > > > <*>[ISNP]{DIGIT}{

[svn:parrot-pdd] r32652 - in trunk: . compilers/imcc docs/pdds languages/dotnet/build languages/dotnet/src languages/dotnet/t languages/forth runtime/parrot/library t/compilers/imcc/syn t/library t/oo

2008-11-14 Thread coke
Author: coke Date: Fri Nov 14 16:33:41 2008 New Revision: 32652 Modified: trunk/docs/pdds/pdd19_pir.pod Changes in other areas also in this revision: Modified: trunk/DEPRECATED.pod trunk/compilers/imcc/imcc.y trunk/compilers/imcc/imcparser.c trunk/languages/dotnet/build/builtins.pl

[svn:parrot-pdd] r32651 - in trunk: . compilers/imcc docs/pdds

2008-11-14 Thread coke
Author: coke Date: Fri Nov 14 15:38:08 2008 New Revision: 32651 Modified: trunk/docs/pdds/pdd19_pir.pod Changes in other areas also in this revision: Modified: trunk/DEPRECATED.pod trunk/compilers/imcc/imcc.y trunk/compilers/imcc/imcparser.c Log: Resolve RT#57432, remove [DEPRECATED]

[svn:parrot-pdd] r32647 - in trunk: . compilers/imcc docs/pdds t/compilers/imcc/syn t/pmc

2008-11-14 Thread coke
Author: coke Date: Fri Nov 14 13:21:29 2008 New Revision: 32647 Modified: trunk/docs/pdds/pdd19_pir.pod Changes in other areas also in this revision: Modified: trunk/DEPRECATED.pod trunk/compilers/imcc/imcc.l trunk/compilers/imcc/imclexer.c trunk/t/compilers/imcc/syn/regressions.t

[Parrot] New comment on Register allocation in a PIR compiler.

2008-11-14 Thread Dave
Dave has left a new comment on your post "Register allocation in a PIR compiler": Hope you don't mind if I mention a couple of points. Presumably these "freed" registers are being spilled to memory, meaning that they are assigned to a stack location. I don't see how that can be a benefit if the vi

Re: [perl #49276] [TODO] Refactor tools/util/smokeserv-server.pl

2008-11-14 Thread Will Coleda
On Fri, Nov 14, 2008 at 2:42 PM, Bernhard Schmalhofer via RT <[EMAIL PROTECTED]> wrote: > On Mo. 16. Jun. 2008, 16:50:13, coke wrote: >> On Wed Jan 16 03:41:56 2008, [EMAIL PROTECTED] wrote: >> > While the fix to my particular problem is simple enough, it is >> apparent >> > that there's enough bit

Re: [perl #60312] [BUG] OpenBSD Smolder test failures

2008-11-14 Thread Andy Dougherty
On Thu, 13 Nov 2008, chromatic wrote: > On Monday 03 November 2008 09:38:11 Andy Dougherty wrote: > > > > 3. 1 of the tests appears to fail depending on how the OS initial- > > > cases 'Inf'. Again, could this be addressed in a hints file? > > > > This too is a long-standing problem: See [perl

[perl #60540] Memory leak in parrot (via tcl)

2008-11-14 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #60540] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60540 > This tcl code (a snippet from the official tcl test suite) runs out of memory on partcl.

[perl #60530] [PATCH] docs/embed.pod example

2008-11-14 Thread via RT
# New Ticket Created by Brad Bowman # Please include the string: [perl #60530] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60530 > Hello, I tried the first example in docs/embed.pod but it needed a few tweaks to get run