# New Ticket Created by Will Coleda
# Please include the string: [perl #48296]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=48296 >
>From PDD17:
=item pmc_namespace [deprecated: See RT# 48144]
PMC* pmc_nam
[EMAIL PROTECTED] wrote:
Hi,
After a while away I'm starting to get back into Parrot. I've been reading
PDD17 and like what I'm seeing - nice work. :-) I'm trying to get it and
the current state of its implementation into my head, so I can help out
with it. It appears t
Hi,
After a while away I'm starting to get back into Parrot. I've been reading
PDD17 and like what I'm seeing - nice work. :-) I'm trying to get it and
the current state of its implementation into my head, so I can help out
with it. It appears there is much left to implement
that run on Parrot, so it's a more
important target for optimization.
And yes, PDD17 does encourage the use of the 'data' struct element. With
the shift to generating the data struct of attributes for each PMC,
generating accessor macros for the members of that struct (SET_ATTR_
Hi,
some days ago near #parrot:
17:13 if you get a chance, allison has modified pdd17 (pmc). i'm
reviewing it, but i think you'd be a better judge of its implications on gc,
etc.
17:14 I'll have a look at it - thx
Well, xx days after, I had a very brief look at it:
- it
On Thursday 20 September 2007 13:43:37 jerry gay wrote:
> {{ PROPOSAL: I'd like to require that all vtable functions be declared
> with "VTABLE" at the beginning of the declaration, similar to "METHOD"
> and "PCCMETHOD". At the very least it's self-documentation. It might
> also be a usefu
from PDD17:
=head3 Defining vtable functions
Vtable functions are defined as C functions within the body of the C
declaration.
STRING *get_string() {...}
void set_string_native(STRING *value) {...}
{{ PROPOSAL: I'd like to require that all vtable functions be declared
Here are some issues regarding basic types, in no particular order,
some of them inter-related. (while the phrasing is short, please
don't consider the tone short. =-)
o Undef vs. None vs. null? Only one of these types is mentioned in
the PDD. Need to document the rationale and expected use