On Thu, 20 Sep 2007, Allison Randal wrote:
> Andy Dougherty wrote:
> >
> > I had two questions:
> >
> > 1. Is the order of elements in struct PMC deliberate?
>
> Nope, just the order I copied them in when collapsing the struct.
>
> >
> >struct PMC {
> >Parrot_UInt
Andy Dougherty wrote:
I had two questions:
1. Is the order of elements in struct PMC deliberate?
Nope, just the order I copied them in when collapsing the struct.
struct PMC {
Parrot_UInt flags;
UnionVal cache;
VTABLE *vtable;
On Sat, 15 Sep 2007, Allison Randal wrote:
> I just launched PDD 17 out of the drafts directory, which marks it as ready
> for implementation. Jonathan Worthington and chromatic have volunteered to
> work with me on implementing the refinements to the PMC design.
I had two questions:
1. Is the o
I just launched PDD 17 out of the drafts directory, which marks it as
ready for implementation. Jonathan Worthington and chromatic have
volunteered to work with me on implementing the refinements to the PMC
design.
Allison