Re: launched PMC PDD

2007-09-21 Thread Andy Dougherty
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

Re: launched PMC PDD

2007-09-20 Thread Allison Randal
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;

Re: launched PMC PDD

2007-09-19 Thread Andy Dougherty
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