Author: infinoid Date: Wed Jan 7 22:53:23 2009 New Revision: 35191 Modified: trunk/docs/pdds/pdd13_bytecode.pod
Log: [pdd13] Clarify a TODO item somewhat regarding the potential use of ManagedStruct and/or UnmanagedStruct. Modified: trunk/docs/pdds/pdd13_bytecode.pod ============================================================================== --- trunk/docs/pdds/pdd13_bytecode.pod (original) +++ trunk/docs/pdds/pdd13_bytecode.pod Wed Jan 7 22:53:23 2009 @@ -731,12 +731,8 @@ will provide a programatic way to construct and walk packfiles, both for the Parrot internals and from programs running on the Parrot VM. -{{ TODO... QUESTION: Will the CStruct PMC make it into Parrot? If so, we -may want to change the interface of these PMCs to take advantage of it. -ANSWER: Yes it will (most likely with a different name), but it needs to -be prototyped first. Do you want to hold off on implementing the -bytecode changes until it's available? I say go ahead and implement now, -then revise when the new PMC is available. }} +{{ TODO... ManagedStruct and UnmanagedStruct may be helpful for these; +consider switching these PMCs over to use them at some point. }} =head3 Packfile.pmc