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}{
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
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]
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
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
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
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
# 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.
# 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