Re: Scope exit and timely destruction

2005-01-15 Thread Leopold Toetsch
Unknown <[EMAIL PROTECTED]> wrote: > You could adapt Java's last-generation GC scheme to do a really fast GC > on scope-exit, only of objects created within that scope. However, this > may require a relocating or treadmill GC to do efficiently. Yeah. That's what I'm currently working on: $ l src

Re: [perl #33788] [PATCH] t/src/io.t wrong pointer decl.

2005-01-15 Thread Leopold Toetsch
Peter Christopher <[EMAIL PROTECTED]> wrote: > Changed io's type from ParrotIO* to PMC*. Thanks, applied. leo

crashing parrot for fun and profit.

2005-01-15 Thread William Coleda
Running the tcl "examples/bench.tcl" script, I get the following backtrace: Program received signal EXC_BAD_ACCESS, Could not access memory. 0x0021cb38 in Parrot_Sub_invoke (interpreter=0xd001a0, pmc=0xed2b60, next=0xf20284) at classes/sub.c:239 239 if (interpreter->code->cur_cs != sub->se

[perl #33798] Parakeet broken

2005-01-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #33798] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=33798 > It seems that the use of P30 as the .STACK is fine until one of the built-on-the-fly s

More questions for the compiler FAQ...

2005-01-15 Thread William Coleda
Is it possible to: 1) define methods for a PMC/Object in C that aren't vtable methods? How? 2) call subroutines defined in bytecode from C? How?

languages/perl6

2005-01-15 Thread William Coleda
What's going to happen to the perl6 work in progress that's in the parrot repository now that there is a separate svn repository?