Ticket #970 (closed todo: wontfix)

Opened 12 years ago

Last modified 12 years ago

Remove Parrot_Context structure in favor of ATTRibutes in Context PMC

Reported by: bacek Owned by:
Priority: normal Milestone:
Component: core Version: trunk
Severity: medium Keywords:
Cc: Language:
Patch status: Platform:

Description

Currently Context PMC just wrap Parrot_Context struct. It's need to be replaced with ATTRibutes in Context PMC by itself.

Change History

Changed 12 years ago by jkeenan

  • component changed from none to core
  • summary changed from [todo] Remove Parrot_Context structure in favor of ATTRibutes in Context PMC. to Remove Parrot_Context structure in favor of ATTRibutes in Context PMC

Changed 12 years ago by bacek

  • status changed from new to closed
  • resolution set to wontfix

Parrot_Context structure has variable size depend on circumstances so migrating it to ATTRibutes will not help. OTOH this structure is allocated from AttributesPool as all other attributes. Resolving ticket as wontfix.

Note: See TracTickets for help on using tickets.